This package can be used to cache data in files or other types of containers.
There is a factory class that manages driver classes that implement the access the actual access to cache containers.
The driver classes can store arbitrary data in containers given a cache data identifier and cache group name. Cached data may also be retrieved or removed explicitly.
Currently there is one container driver class that stores and retrieves cached data from files.