CacheControl icon indicating copy to clipboard operation
CacheControl copied to clipboard

Interact with apc/opcache in FPM-instances

Crunch\CacheControl

Build Status

Control over the APC/OpCache in FPM-instances.

Interact with shared-memory (opcode-)caches of an FPM-instances directly. It is completely independent from any webserver, or application.

Usage

bin/cache-control clear [--host <hostname|socket-path>]
bin/cache-control status [--host <hostname|socket-path>]

Notes

  • Only works for local FPM-instances.

Requirements

  • PHP => ^7.0.0