|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Uses APC to cache files. More...
Inheritance diagram for Assetic\Cache\ApcCache:
Collaboration diagram for Assetic\Cache\ApcCache:Public Member Functions | |
| has ($key) | |
| get ($key) | |
| set ($key, $value) | |
| remove ($key) | |
| has ($key) | |
| Checks if the cache has a value for a key. More... | |
| get ($key) | |
| Returns the value for a key. More... | |
| set ($key, $value) | |
| Sets a value in the cache. More... | |
| remove ($key) | |
| Removes a value from the cache. More... | |
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.