| Elgg
    Version 2.3
    | 
In memory cache of (non-user-specific, non-internal) plugin settings. More...
| Public Member Functions | |
| setCachedValues (array $cache) | |
| Set the settings cache for known plugins.  More... | |
| getAll ($entity_guid) | |
| Get all the non-user, non-internal settings for a plugin.  More... | |
| clear ($entity_guid) | |
| Clear cache for an entity.  More... | |
| clearAll () | |
| Clear entire cache.  More... | |
In memory cache of (non-user-specific, non-internal) plugin settings.
@access private
Definition at line 12 of file PluginSettingsCache.php.
| Elgg\Cache\PluginSettingsCache::clear | ( | $entity_guid | ) | 
Clear cache for an entity.
| int | $entity_guid | The GUID of the entity | 
Definition at line 48 of file PluginSettingsCache.php.
| Elgg\Cache\PluginSettingsCache::clearAll | ( | ) | 
| Elgg\Cache\PluginSettingsCache::getAll | ( | $entity_guid | ) | 
Get all the non-user, non-internal settings for a plugin.
| int | $entity_guid | The GUID of the entity | 
Definition at line 38 of file PluginSettingsCache.php.
| Elgg\Cache\PluginSettingsCache::setCachedValues | ( | array | $cache | ) | 
Set the settings cache for known plugins.
| array | $cache | The settings from the boot data | 
Definition at line 27 of file PluginSettingsCache.php.