Class ElggSharedMemoryCache
Shared memory cache description. Extends ElggCache with functions useful to shared memory style caches (static variables, memcache etc)
- ElggCache implements ArrayAccess
- ElggSharedMemoryCache
public
|
#
setNamespace( string $namespace = "default" )
Set the namespace of this cache. This is useful for cache types (like memcache or static variables) where there is one large flat area of memory shared across all instances of the cache. |
public
string
|
__construct(),
__get(),
__isset(),
__set(),
__unset(),
add(),
clear(),
delete(),
getVariable(),
load(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
save(),
setVariable()
|