ConfigCacheFactoryInterface
interface ConfigCacheFactoryInterface
Interface for a ConfigCache factory. This factory creates an instance of ConfigCacheInterface and initializes the cache if necessary.
Methods
cache(string $file, callable $callable)
Creates a cache instance and (re-)initializes it if necessary.
Details
ConfigCacheInterface
cache(string $file, callable $callable)
Creates a cache instance and (re-)initializes it if necessary.