Cache_Engine_ApcImplements interfaces:
The APC cache engine. This engine requires the APC extension to be installed. Items stored with the APC engine use the APC-provided variable cache mechanism for storage.
Located in /cache/lib/Cache/Engine/Apc.php (line 11)
static is_supported (line 59)
Called statically to ensure this engine is supported before constructing it. The apc engine is only supported when the APC extension is also present.
clear (line 47)
Clear all items from the cache
has_locking (line 38)
Returns false to indicate this engine's item do not provide locking
item_for_key (line 29)
Return the cache item object for the provided key.
logger (line 71)
Return a logger instance for the class
__constructor (line 18)
Constructor
Documentation generated on Wed, 25 Apr 2012 09:46:39 -0700 by phpDocumentor 1.4.3