The Horde_Cache:: class provides a common abstracted interface into the various caching backends. It also provides functions for checking in, retrieving, and flushing a cache.
$Horde: framework/Cache/Cache.php,v 1.31.10.18 2010/06/13 18:01:37 mrubinsk Exp $
Copyright 1999-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /Cache/Cache.php (line 19)
Class | Description |
---|---|
![]() |
The Horde_Cache_file:: class provides a filesystem implementation of the Horde caching system. |
![]() |
The Horde_Cache_sql:: class provides a SQL implementation of the Horde Caching system. |
![]() |
The Horde_Cache_apc:: class provides an Alternative PHP Cache implementation of the Horde caching system. |
![]() |
The Horde_Cache_eaccelerator:: class provides a eAccelerator content cache (version 0.9.5+) implementation of the Horde caching system. |
![]() |
The Horde_Cache_zps4:: class provides a Zend Performance Suite (version 4.0+) implementation of the Horde caching system. |
![]() |
The Horde_Cache_xcache:: class provides an XCache implementation of the Horde caching system. |
![]() |
The Horde_Cache_memcache:: class provides a memcached implementation of the Horde caching system. |
Construct a new Horde_Cache object.
Checks if a given key exists in the cache, valid for the given lifetime.
Expire any existing data for the given key.
Attempts to return a concrete Horde_Cache instance based on $driver.
Attempts to retrieve a cached object and return it to the caller.
Attempts to directly output a cached object.
Attempts to store an object in the cache.
Attempts to return a reference to a concrete Horde_Cache instance based on $driver. It will only create a new instance if no Horde_Cache instance with the same parameters currently exists.
This should be used if multiple cache backends (and, thus, multiple Horde_Cache instances) are required.
This method must be invoked as: $var = &Horde_Cache::singleton()
Determine the default lifetime for data.
Documentation generated on Sun, 30 Jan 2011 05:15:40 +0000 by phpDocumentor 1.4.3