Elgg  Version master
Protected Member Functions | List of all members
Elgg\Cache\SessionCache Class Reference
Inheritance diagram for Elgg\Cache\SessionCache:
Elgg\Cache\CacheCollection

Protected Member Functions

 create ($namespace)
 Create a new cache under a namespace. More...
 
- Protected Member Functions inherited from Elgg\Cache\CacheCollection
 create ($namespace)
 Create a new cache under a namespace. More...
 

Additional Inherited Members

- Public Member Functions inherited from Elgg\Cache\CacheCollection
 __construct (protected Config $config)
 Constructor. More...
 
 __get ($name)
 {} More...
 
 get ($namespace)
 Returns an instance of composite cache, or creates one. More...
 
 clear ()
 Clear all persistent caches. More...
 
 invalidate ()
 Invalidate all caches. More...
 
 purge ()
 Purge all caches. More...
 
 disable ()
 Disable all persistent caches. More...
 
 enable ()
 Enable all persistent caches. More...
 
- Protected Attributes inherited from Elgg\Cache\CacheCollection
array $caches = []
 

Detailed Description

Definition at line 12 of file SessionCache.php.

Member Function Documentation

Elgg\Cache\SessionCache::create (   $namespace)
protected

Create a new cache under a namespace.

Parameters
string$namespaceNamespace
Returns
CompositeCache

Definition at line 21 of file SessionCache.php.


The documentation for this class was generated from the following file: