Cache_Engine_MemcacheImplements interfaces:
The memcache cache engine. This engine requires the Memcache extension to be installed. Items stored with the memcache engine use memcached for storage.
The memcache cache accepts two cache-specific options:
Located in /cache/lib/Cache/Engine/Memcache.php (line 15)
static is_supported (line 67)
Called statically to ensure this engine is supported before constructing it. The memcache engine is only supported when the memcache extension is also present.
clear (line 53)
Clear all items from the cache
get_connection_options (line 115)
Return host and port connection values for a given set of options
get_memcache (line 79)
Returns the Memcache instance for a given set of options
get_server_description (line 104)
Returns the server description for a given set of options
has_locking (line 44)
Returns false to indicate this engine's item do not provide locking
item_for_key (line 35)
Return the cache item object for the provided key.
logger (line 134)
Return a logger instance for the class
__constructor (line 23)
Constructor
Documentation generated on Wed, 25 Apr 2012 09:46:43 -0700 by phpDocumentor 1.4.3