Elgg
Version 5.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Cache
DataCache.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Cache
;
4
11
class
DataCache
extends
CacheCollection
{
12
20
protected
function
create
($namespace) {
21
return
new
CompositeCache
($namespace, $this->config,
ELGG_CACHE_RUNTIME
);
22
}
23
}
Elgg\Cache\DataCache
Definition:
DataCache.php:11
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\DataCache\create
create($namespace)
Create a new cache under a namespace.
Definition:
DataCache.php:20
Elgg\Cache\CacheCollection
A collection of composite caches.
Definition:
CacheCollection.php:10
Generated on Mon Dec 4 2023 00:00:20 for Elgg by
1.8.11