void flush() Remove all items from the cache.
string|array option(string $key = null) Get the value of a command option
ApcWrapper class ApcWrapper (
string getDirectory() Get the working directory of the cache.
string|array argument(string $key = null) Get the value of a command argument
mixed get(string|array $key) Retrieve an item from the cache by key.
mixed __call(string $method, array $parameters) Dynamically handle calls
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
mixed get(string $key, mixed $default = null) Retrieve an item from the
void put(string $key, mixed $value, float|int $minutes) Store an item in
Page 25 of 34