Elgg
Version master
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Cache
SessionCache.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Cache
;
4
12
class
SessionCache
extends
CacheCollection
{
13
21
protected
function
create
($namespace) {
22
return
new
CompositeCache
($namespace, $this->config,
ELGG_CACHE_RUNTIME
);
23
}
24
}
Elgg\Cache\SessionCache
Definition:
SessionCache.php:12
Elgg\Cache\CompositeCache
Composite cache pool.
Definition:
CompositeCache.php:19
ELGG_CACHE_RUNTIME
const ELGG_CACHE_RUNTIME
Definition:
constants.php:122
Elgg\Cache
Definition:
BaseCache.php:3
Elgg\Cache\SessionCache\create
create($namespace)
Create a new cache under a namespace.
Definition:
SessionCache.php:21
Elgg\Cache\CacheCollection
A collection of composite caches.
Definition:
CacheCollection.php:10
Generated on Thu Dec 7 2023 00:02:02 for Elgg by
1.8.11