class ResourceCheckerConfigCacheFactory implements ConfigCacheFactoryInterface
A ConfigCacheFactory implementation that validates the cache with an arbitrary set of ResourceCheckers.
__construct(iterable $resourceCheckers = array()) | ||
ConfigCacheInterface | cache(string $file, $callback) Creates a cache instance and (re-)initializes it if necessary. |
iterable | $resourceCheckers |
Creates a cache instance and (re-)initializes it if necessary.
string | $file | The absolute cache file path |
$callback |
ConfigCacheInterface | $configCache The cache instance |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.html