class ResourceCheckerConfigCacheFactory implements ConfigCacheFactoryInterface
A ConfigCacheFactory implementation that validates the cache with an arbitrary set of ResourceCheckers.
Methods
__construct(array $resourceCheckers = array()) | ||
ConfigCacheInterface | cache(string $file, $callback) Creates a cache instance and (re-)initializes it if necessary. |
Details
__construct(array $resourceCheckers = array())
ConfigCacheInterface cache(string $file, $callback)
Creates a cache instance and (re-)initializes it if necessary.
Please login to continue.