19 private $values = array();
28 $this->values = $cache;
In memory cache of (non-user-specific, non-internal) plugin settings.
setCachedValues(array $cache)
Set the settings cache for known plugins.
clearAll()
Clear entire cache.
getAll($entity_guid)
Get all the non-user, non-internal settings for a plugin.
clear($entity_guid)
Clear cache for an entity.