This class implements CRUD operations to store and retrieve model data in Redis. It connect to a Redis server and excutes create, read, update and delete operations to access data objects stored in a Redis instance. The class implements __set and __get function so model data objects may have arbitrary ...
... of a configuration constant. Several cache handling classes are provide for putting and getting data from different types of containers: MemCached, Redis, XCache and static class variables. Each of the cache container classes implement an interface for storing, retrieving and deleting values from a ...
... 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 ...