This package can store key-value pairs in different containers.
It provides a common interface to manage and access different types of containers that can store, retrieve and delete values associated to given named keys.
The access to the supported containers is implemented by individual driver classes. Currently it provides driver classes to access containers like files, Memcached and Redis.
A separate class can cache the content of pages by capturing the output of the current script and store it in a configured key-value pair storage container.