Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Cache
EntityCache.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Cache
;
4
5
use
Elgg\Config
;
6
12
class
EntityCache
extends
CacheService
{
13
19
public
function
__construct
(
protected
Config
$config
) {
20
$flags =
CompositeCache::CACHE_RUNTIME
;
21
22
$this->cache =
new
CompositeCache
(
'entity_cache'
, $this->config, $flags);
23
}
24
}
Elgg\Cache\CompositeCache\CACHE_RUNTIME
const CACHE_RUNTIME
Definition:
CompositeCache.php:23
Elgg\Config
Definition:
Config.php:140
Config
$config
$config
Advanced site settings, debugging section.
Definition:
debugging.php:6
Elgg\Cache\CompositeCache
Composite cache pool.
Definition:
CompositeCache.php:20
Elgg\Cache\EntityCache
Volatile cache for entities.
Definition:
EntityCache.php:12
Elgg\Cache
Definition:
AccessCache.php:3
Elgg\Cache\CacheService
Cache Service.
Definition:
CacheService.php:11
Elgg\Cache\EntityCache\__construct
__construct(protected Config $config)
Constructor.
Definition:
EntityCache.php:19
Generated on Wed Dec 4 2024 00:00:20 for Elgg by
1.8.11