|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
A simple array cache. More...
Inheritance diagram for Assetic\Cache\ArrayCache:
Collaboration diagram for Assetic\Cache\ArrayCache: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... | |
Private Attributes | |
| $cache = array() | |
A simple array cache.
Definition at line 19 of file ArrayCache.php.
| Assetic\Cache\ArrayCache::get | ( | $key | ) |
Implements Assetic\Cache\CacheInterface.
Definition at line 34 of file ArrayCache.php.
References Assetic\Cache\ArrayCache\has().
Here is the call graph for this function:| Assetic\Cache\ArrayCache::has | ( | $key | ) |
Implements Assetic\Cache\CacheInterface.
Definition at line 26 of file ArrayCache.php.
Referenced by Assetic\Cache\ArrayCache\get().
Here is the caller graph for this function:| Assetic\Cache\ArrayCache::remove | ( | $key | ) |
Implements Assetic\Cache\CacheInterface.
Definition at line 54 of file ArrayCache.php.
| Assetic\Cache\ArrayCache::set | ( | $key, | |
| $value | |||
| ) |
Implements Assetic\Cache\CacheInterface.
Definition at line 46 of file ArrayCache.php.
|
private |
Definition at line 21 of file ArrayCache.php.