Elgg
Version 1.9
|
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_invalidate_memcache_for_entity | ( | $entity_guid | ) |
Invalidate an entity in memcache.
int | $entity_guid | The GUID of the entity to invalidate |
Definition at line 47 of file memcache.php.
is_memcache_available | ( | ) |
Return true if memcache is available and configured.
Definition at line 16 of file memcache.php.