Cache_Engine_MemoryImplements interfaces:
The in-memory cache engine. Items stored in the in-memory cache are lost at the end of the current request.
Located in /cache/lib/Cache/Engine/Memory.php (line 10)
static is_supported (line 56)
Called statically to ensure this engine is supported before constructing it. The memory engine is always supported.
clear (line 46)
Clear all items from the cache
has_locking (line 37)
Returns false to indicate this engine's items do not provide locking
item_for_key (line 28)
Return the cache item object for the provided key.
__constructor (line 17)
Constructor
Documentation generated on Wed, 25 Apr 2012 09:46:43 -0700 by phpDocumentor 1.4.3