Elgg  Version master
SessionCache.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Cache;
4 
13 
21  protected function create($namespace) {
22  return new CompositeCache($namespace, $this->config, ELGG_CACHE_RUNTIME);
23  }
24 }
Composite cache pool.
const ELGG_CACHE_RUNTIME
Definition: constants.php:122
create($namespace)
Create a new cache under a namespace.
A collection of composite caches.