class ResourceCheckerConfigCacheFactory implements ConfigCacheFactoryInterface

A ConfigCacheFactory implementation that validates the cache with an arbitrary set of ResourceCheckers.

Methods

__construct(iterable $resourceCheckers = array())

No description

cache(string $file, $callback)

Creates a cache instance and (re-)initializes it if necessary.

Details

__construct(iterable $resourceCheckers = array())

Parameters

iterable $resourceCheckers

ConfigCacheInterface cache(string $file, $callback)

Creates a cache instance and (re-)initializes it if necessary.

Parameters

string $file The absolute cache file path
$callback

Return Value

ConfigCacheInterface The cache instance