PHP Classes

File: tools/nuke-cache.sh

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   tools/nuke-cache.sh   Download  
File: tools/nuke-cache.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Boyscouting suggested by HN user 'orf. See #181
Date: 7 years ago
Size: 278 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash rm ../src/tmp/last_update_check.txt rm ../src/tmp/cache/cargo-*.json rm -r ../src/tmp/cache/csp_hash/* rm ../src/tmp/cache/markdown/*/*/*.txt rm -r ../src/tmp/cache/static/* php -r "if (is_callable('apcu_clear_cache')) { apcu_clear_cache(); }" > /dev/null