Classes summary
ElggCache |
ElggCache The elgg cache superclass. This defines the interface for a cache
(wherever that cache is stored). |
ElggLRUCache |
Least Recently Used Cache |
ElggSharedMemoryCache |
Shared memory cache description. Extends ElggCache with functions useful to
shared memory style caches (static variables, memcache etc) |
ElggStaticVariableCache |
ElggStaticVariableCache Dummy cache which stores values in a static array. Using
this makes future replacements to other caching back ends (eg memcache) much
easier. |
ElggVolatileMetadataCache |
ElggVolatileMetadataCache In memory cache of known metadata values stored by
entity. |