|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Data Structures | |
| class | ApcCache |
| Uses APC to cache files. More... | |
| class | ArrayCache |
| A simple array cache. More... | |
| interface | CacheInterface |
| Interface for a cache backend. More... | |
| class | ConfigCache |
| A config cache stores values using var_export() and include. More... | |
| class | ExpiringCache |
| Adds expiration to a cache backend. More... | |
| class | FilesystemCache |
| A simple filesystem cache. More... | |
Functions | |
| get ($resource) | |
| Loads and returns the value for the supplied cache key. More... | |
| getTimestamp ($resource) | |
| Returns a timestamp for when the cache was created. More... | |
| getSourcePath ($resource) | |
| Returns the path where the file corresponding to the supplied cache key can be included from. More... | |
| Assetic\Cache\get | ( | $resource | ) |
Loads and returns the value for the supplied cache key.
| string | $resource | A cache key |
Definition at line 75 of file ConfigCache.php.
References $path, and Assetic\Cache\getSourcePath().
Referenced by Parser\fetchScaryTemplateMaybeFromCache(), ilDate\get(), HTMLPurifier_DefinitionCache_Decorator_Cleanup\get(), HTMLPurifier_DefinitionCache_Decorator_Memory\get(), Assetic\Factory\LazyAssetManager\get(), ilTemplate\get(), Title\moveToNewTitle(), Title\newFromRedirect(), ActiveRecord\preloadObjects(), and ilTemplate\show().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Returns the path where the file corresponding to the supplied cache key can be included from.
| string | $resource | A cache key |
Definition at line 117 of file ConfigCache.php.
Referenced by Assetic\Cache\get(), Assetic\Cache\getTimestamp(), Assetic\Cache\ConfigCache\has(), and Assetic\Cache\ConfigCache\set().
Here is the caller graph for this function:| Assetic\Cache\getTimestamp | ( | $resource | ) |
Returns a timestamp for when the cache was created.
| string | $resource | A cache key |
Definition at line 93 of file ConfigCache.php.
References $path, and Assetic\Cache\getSourcePath().
Referenced by Monolog\Handler\DeduplicationHandler\appendRecord(), Monolog\Formatter\FluentdFormatter\format(), ilWACSignedPath\isSignedPathValid(), and Monolog\Handler\DeduplicationHandlerTest\testGcOldLogs().
Here is the call graph for this function:
Here is the caller graph for this function: