ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (protected string $adaptor_name, protected bool $activated=false, protected array $container_keys=[], protected ?NodeRepository $nodes=null) | |
getAdaptorName () | |
getNodes () | |
getActivatedContainerKeys () | |
getDefaultTTL () | |
isActivated () | |
Data Fields | |
const | ALL = '*' |
const | APCU = 'apc' |
const | PHPSTATIC = 'static' |
const | MEMCACHED = 'memcached' |
Protected Attributes | |
int | $default_ttl = 300 |
Definition at line 29 of file Config.php.
ILIAS\Cache\Config::__construct | ( | protected string | $adaptor_name, |
protected bool | $activated = false , |
||
protected array | $container_keys = [] , |
||
protected ?NodeRepository | $nodes = null |
||
) |
Definition at line 37 of file Config.php.
References null.
ILIAS\Cache\Config::getActivatedContainerKeys | ( | ) |
Definition at line 58 of file Config.php.
ILIAS\Cache\Config::getAdaptorName | ( | ) |
Definition at line 48 of file Config.php.
Referenced by ILIAS\Cache\Adaptor\Factory\getWithConfig().
ILIAS\Cache\Config::getDefaultTTL | ( | ) |
ILIAS\Cache\Config::getNodes | ( | ) |
Definition at line 53 of file Config.php.
Referenced by ILIAS\Cache\Adaptor\Memcached\__construct(), and ILIAS\Cache\Adaptor\Memcached\initServer().
ILIAS\Cache\Config::isActivated | ( | ) |
Definition at line 68 of file Config.php.
|
protected |
Definition at line 35 of file Config.php.
Referenced by ILIAS\Cache\Config\getDefaultTTL().
const ILIAS\Cache\Config::ALL = '*' |
Definition at line 31 of file Config.php.
Referenced by ILIAS\Cache\Services\new().
const ILIAS\Cache\Config::APCU = 'apc' |
Definition at line 32 of file Config.php.
Referenced by ILIAS\Cache\Adaptor\Factory\getSpecific(), ILIAS\Cache\CacheTest\testAPCAdapter(), and ILIAS\Tests\GlobalCache\Setup\ilGlobalCacheSetupAgentTest\testHasConfig().
const ILIAS\Cache\Config::MEMCACHED = 'memcached' |
Definition at line 34 of file Config.php.
Referenced by ILIAS\Cache\CacheTest\deactivatedTestMemcachedAdapter(), ILIAS\Cache\Adaptor\Factory\getSpecific(), and ILIAS\Tests\GlobalCache\Setup\ilGlobalCacheSetupAgentTest\testHasConfig().
const ILIAS\Cache\Config::PHPSTATIC = 'static' |
Definition at line 33 of file Config.php.
Referenced by ILIAS\Cache\Services\__construct(), ILIAS\Cache\Adaptor\Factory\getSpecific(), ILIAS\Cache\CacheTest\setUp(), ILIAS\Cache\CacheTest\testActivatedComponents(), ILIAS\Cache\CacheTest\testDefaultAdaptor(), ILIAS\Tests\GlobalCache\Setup\ilGlobalCacheSetupAgentTest\testHasConfig(), and ILIAS\Cache\CacheTest\testMultipleContainers().