Package Cache
Horde_Cache | This class provides the API interface to the cache storage drivers. |
Horde_Cache_Exception | Exception handler for the horde/Cache package. |
Horde_Cache_Storage_Apc | This class provides cache storage in the Alternative PHP Cache. |
Horde_Cache_Storage_Base | This class provides the abstract implementation of the cache storage driver. |
Horde_Cache_Storage_Eaccelerator | This class provides cache storage in eAccelerator (version 0.9.5+). |
Horde_Cache_Storage_File | This class provides cache storage in the filesystem. |
Horde_Cache_Storage_Memcache | This class provides cache storage in a memcache installation. |
Horde_Cache_Storage_Mock | This class provides cache storage in PHP memory. It persists only during a script run and ignores the object lifetime because of that. |
Horde_Cache_Storage_Null | This class provides a null cache storage driver. |
Horde_Cache_Storage_Session | This class provides cache storage in a PHP session. |
Horde_Cache_Storage_Sql | This class provides cache storage in a SQL databsae. |
Horde_Cache_Storage_Stack | This class loops through a given list of storage drivers to search for a cached value. This driver allows for use of caching backends on top of persistent backends. |
Horde_Cache_Storage_Xcache | This class provides cache storage in Xcache. |