cli
php -r 'apc_clear_cache();apc_clear_cache("user");apc_clear_cache("opcode");'
web
curl -s --user username:password "apc.php?CC=1&OB=1" > /dev/null curl -s --user username:password "apc.php?CC=1&OB=2" > /dev/null curl -s --user username:password "apc.php?CC=1&OB=3" > /dev/null curl -s --user username:password "apc.php?CC=1&OB=4" > /dev/null
Recent Comments