ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Uses APC to cache files. More...
Public Member Functions | |
has ($key) | |
get ($key) | |
set ($key, $value) | |
remove ($key) | |
Data Fields | |
$ttl = 0 | |
Uses APC to cache files.
Definition at line 19 of file ApcCache.php.
Assetic\Cache\ApcCache::get | ( | $key | ) |
Implements Assetic\Cache\CacheInterface.
Definition at line 34 of file ApcCache.php.
References $success.
Assetic\Cache\ApcCache::has | ( | $key | ) |
Implements Assetic\Cache\CacheInterface.
Definition at line 26 of file ApcCache.php.
Assetic\Cache\ApcCache::remove | ( | $key | ) |
Implements Assetic\Cache\CacheInterface.
Definition at line 62 of file ApcCache.php.
Assetic\Cache\ApcCache::set | ( | $key, | |
$value | |||
) |
Implements Assetic\Cache\CacheInterface.
Definition at line 48 of file ApcCache.php.
Assetic\Cache\ApcCache::$ttl = 0 |
Definition at line 21 of file ApcCache.php.