mixed sear(string $key, Closure $callback)
void put(string $key, mixed $value, int $minutes) Store an item in the
TaggedCache section(string $name)
array many(array $keys) Retrieve multiple items from the cache by key.
int|bool increment(string $key, mixed $value = 1) Increment the value of
void put(string $key, mixed $value, DateTime|int $minutes = null)
bool offsetExists(string $key) Determine if a cached value exists.
void __construct(string $key, mixed $value, int $minutes, array $tags = array())
void __construct(ApcWrapper $apc, string $prefix = '')
Page 28 of 34