Namespaces

Classes

ConfigCache caches arbitrary content in files on disk.
Basic implementation of ConfigCacheFactoryInterface that creates an instance of the default ConfigCache.
FileLocator uses an array of pre-defined paths to find files.
ResourceCheckerConfigCache uses instances of ResourceCheckerInterface to check whether cached data is still fresh.
A ConfigCacheFactory implementation that validates the cache with an arbitrary set of ResourceCheckers.

Interfaces

Interface for a ConfigCache factory. This factory creates an instance of ConfigCacheInterface and initializes the cache if necessary.
Interface for ConfigCache.
Interface for ResourceCheckers.