Overview

Packages

  • Cache

Classes

  • Horde_Cache
  • Horde_Cache_Exception
  • Horde_Cache_Storage_Apc
  • Horde_Cache_Storage_Base
  • Horde_Cache_Storage_Eaccelerator
  • Horde_Cache_Storage_File
  • Horde_Cache_Storage_Memcache
  • Horde_Cache_Storage_Mock
  • Horde_Cache_Storage_Null
  • Horde_Cache_Storage_Session
  • Horde_Cache_Storage_Sql
  • Horde_Cache_Storage_Stack
  • Horde_Cache_Storage_Xcache
  • Overview
  • Package
  • Class
  • Tree

Package Cache

Classes summary
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.
API documentation generated by ApiGen