Elgg
Version 2.3
|
Go to the source code of this file.
Namespaces | |
Elgg\Core | |
Activate a plugin or plugins. | |
Functions | |
is_memcache_available () | |
Return true if memcache is available and configured. More... | |
_elgg_invalidate_memcache_for_entity ($entity_guid) | |
Invalidate an entity in memcache. More... | |
_elgg_get_memcache ($namespace= 'default') | |
Get a namespaced ElggMemcache object (if memcache is available) or a null cache. More... | |
_elgg_get_memcache | ( | $namespace = 'default' | ) |
Get a namespaced ElggMemcache object (if memcache is available) or a null cache.
string | $namespace | Namespace to add to all keys used |
Definition at line 40 of file memcache.php.
_elgg_invalidate_memcache_for_entity | ( | $entity_guid | ) |
Invalidate an entity in memcache.
int | $entity_guid | The GUID of the entity to invalidate |
Definition at line 28 of file memcache.php.
is_memcache_available | ( | ) |
Return true if memcache is available and configured.
Definition at line 16 of file memcache.php.