|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
A config cache stores values using var_export() and include. More...
Collaboration diagram for Assetic\Cache\ConfigCache:Public Member Functions | |
| __construct ($dir) | |
| Construct. More... | |
| has ($resource) | |
| Checks of the cache has a file. More... | |
| set ($resource, $value) | |
| Writes a value to a file. More... | |
Private Attributes | |
| $dir | |
A config cache stores values using var_export() and include.
Definition at line 19 of file ConfigCache.php.
| Assetic\Cache\ConfigCache::__construct | ( | $dir | ) |
Construct.
| string | $dir | The cache directory |
Definition at line 28 of file ConfigCache.php.
References Assetic\Cache\ConfigCache\$dir.
| Assetic\Cache\ConfigCache::has | ( | $resource | ) |
Checks of the cache has a file.
| string | $resource | A cache key |
Definition at line 40 of file ConfigCache.php.
References Assetic\Cache\getSourcePath().
Here is the call graph for this function:| Assetic\Cache\ConfigCache::set | ( | $resource, | |
| $value | |||
| ) |
Writes a value to a file.
| string | $resource | A cache key |
| mixed | $value | A value to cache |
Definition at line 51 of file ConfigCache.php.
References Assetic\Cache\ConfigCache\$dir, $path, Assetic\Cache\getSourcePath(), and sprintf.
Here is the call graph for this function:
|
private |
Definition at line 21 of file ConfigCache.php.
Referenced by Assetic\Cache\ConfigCache\__construct(), and Assetic\Cache\ConfigCache\set().