class ConfigCache extends ResourceCheckerConfigCache
ConfigCache caches arbitrary content in files on disk.
When in debug mode, those metadata resources that implement \Symfony\Component\Config\Resource\SelfCheckingResourceInterface will be used to check cache freshness.
Methods
__construct(string $file, bool $debug) | ||
string | getPath() Gets the cache file path. | from ResourceCheckerConfigCache |
bool | isFresh() Checks if the cache is still fresh. | |
write(string $content, array $metadata = null) Writes cache. | from ResourceCheckerConfigCache |
Details
__construct(string $file, bool $debug)
string getPath()
Gets the cache file path.
bool isFresh()
Checks if the cache is still fresh.
This implementation always returns true when debug is off and the cache file exists.
write(string $content, array $metadata = null)
Writes cache.
Please login to continue.