Horde_Cache pear.horde.org Horde Caching API A simple, functional caching API, with the option to store the cached data on the filesystem, in one of the PHP opcode cache systems (APC, eAcclerator, XCache), Memcache, MongoDB, Redis, user session, an SQL table, or a combination of these. Chuck Hagenbuch chuck chuck@horde.org yes Michael Slusarz slusarz slusarz@horde.org yes 2017-02-27 2.5.5 2.5.0 stable stable LGPL-2.1 * [jan] Fix MongoDB backend with mongodb extension. 5.3.0 8.0.0alpha1 8.0.0alpha1 1.7.0 Horde_Compress_Fast pear.horde.org 1.0.0 2.0.0alpha1 2.0.0alpha1 Horde_Exception pear.horde.org 2.0.0 3.0.0alpha1 3.0.0alpha1 Horde_Util pear.horde.org 2.0.0 3.0.0alpha1 3.0.0alpha1 hash Horde_Db pear.horde.org 2.1.0 3.0.0alpha1 3.0.0alpha1 Horde_HashTable pear.horde.org 1.0.0 2.0.0alpha1 2.0.0alpha1 Horde_Log pear.horde.org 2.0.0 3.0.0alpha1 3.0.0alpha1 Horde_Memcache pear.horde.org 2.0.0 3.0.0alpha1 3.0.0alpha1 Horde_Mongo pear.horde.org 1.0.0 2.0.0alpha1 2.0.0alpha1 APC pecl.php.net 3.1.1 apc eaccelerator 0.9.5 0.9.6 0.9.6 xcache 0.0.1 0.0.1 alpha alpha 2004-01-01 LGPL-2.1 Initial packaging. 1.0.0alpha1 1.0.0 alpha alpha 2011-03-08 LGPL-2.1 * First alpha release for Horde 4. * Add SQL backend. * Converted to package.xml 2.0 for pear.horde.org. * Add APC, eAccelerator, and XCache backends (duck@obala.net). * Abstracted storage-specific code into 'Storage' drivers. * Add option to transparently compress cache data using lzf. * Added Horde_Cache_Session::. * Horde_Cache::set() no longer returns a boolean result. * Added Horde_Cache_Exception::. * Removed dependency on Horde Core. * Added Horde_Cache#clear() 1.0.0beta1 1.0.0 beta beta 2011-03-16 LGPL-2.1 * First beta release for Horde 4. 1.0.0RC1 1.0.0 beta beta 2011-03-22 LGPL-2.1 * First release candidate for Horde 4. 1.0.0RC2 1.0.0 beta beta 2011-03-29 LGPL-2.1 * Second release candidate for Horde 4. 1.0.0 1.0.0 stable stable 2011-04-06 LGPL-2.1 * First stable release for Horde 4. 1.0.1 1.0.0 stable stable 2011-04-20 LGPL-2.1 * [jan] Relax required lzf extension version. 1.0.2 1.0.0 stable stable 2011-05-03 LGPL-2.1 * [jan] Fix expiring entries in sub-storages of Stack driver (Bug #9949). 1.0.3 1.0.0 stable stable 2011-05-03 LGPL-2.1 * [jan] Fix dependency. 1.0.4 1.0.0 stable stable 2011-06-01 LGPL-2.1 * [mms] Fix memcache duplicate keys (Bug #10072; goncalo.queiros@portugalmail.net). 1.0.5 1.0.0 stable stable 2012-04-10 LGPL-2.1 * [rla] Add license file. 1.0.6 1.0.0 stable stable LGPL-2.1 * [mms] Correctly invalidate cache when write error occurs while using the stack driver. 2.0.0alpha1 1.0.0 alpha stable 2012-07-05 LGPL-2.1 * First alpha release for Horde 5. 2.0.0beta1 1.0.0 beta stable 2012-07-19 LGPL-2.1 * First beta release for Horde 5. * [mms] Add Horde_Cache#testReadWrite(). 2.0.0RC1 1.0.0 beta stable 2012-10-26 LGPL-2.1 * [mms] Correctly invalidate cache when write error occurs while using the stack driver. 2.0.0 1.0.0 stable stable 2012-10-30 LGPL-2.1 * First stable release for Horde 5. 2.0.1 1.0.0 stable stable 2012-11-19 LGPL-2.1 * [jan] Re-packaged 2.0.0 release. 2.0.2 1.0.0 stable stable 2013-03-05 LGPL-2.1 * [mms] Abstract data compression out into Horde_Compress_Fast package. 2.0.3 1.0.0 stable stable 2013-03-05 LGPL-2.1 * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). 2.0.4 1.0.0 stable stable 2013-04-08 LGPL-2.1 * [mms] Make Horde_Compress_Fast a required package (Bug #12166). * [mms] Fix serialization of all storage drivers. 2.1.0 1.1.0 stable stable 2013-05-02 LGPL-2.1 * [mms] Add MongoDB cache driver. 2.2.0 2.2.0 stable stable 2013-06-04 LGPL-2.1 * [mms] Fix return from get() when using the Hashtable driver. * [mms] Fix hashtable driver name. * [mms] Horde_Memcache cache driver is now deprecated in favor of the Horde_HashTable driver. * [mms] Add Horde_HashTable cache driver. 2.2.1 2.2.0 stable stable 2013-07-16 LGPL-2.1 * [mms] Fix explicit key expiration (João Machado <geral@jpaulo.eu>). 2.3.0 2.3.0 stable stable 2013-10-08 LGPL-2.1 * [mms] Fix key expiration for APC, Eaccelerator, and Xcache (Bug #12735). * [mms] Add Horde_Cache_Storage_Memoryoverlay driver. 2.4.0 2.4.0 stable stable 2014-01-24 LGPL-2.1 * [mms] Fix lifetime usage in the file driver. * [mms] Add 'no_gc' parameter to the Horde_Cache_Storage_File driver. 2.4.1 2.4.0 stable stable 2014-02-11 LGPL-2.1 * [mms] Cache prefix should be handled by Hashtable driver, not underlying backend object. 2.4.2 2.4.0 stable stable 2014-04-03 LGPL-2.1 * [mms] Hashtable driver now respects lifetime parameter in the get() and exists() methods (Bug #13085). 2.5.0 2.5.0 stable stable 2014-05-06 LGPL-2.1 * [mms] Add Memory driver. * [mms] Deprecate Memoryoverlay and Mock drivers. 2.5.1 2.5.0 stable stable 2016-01-05 LGPL-2.1 * [jan] Improve Oracle compatibility. 2.5.2 2.5.0 stable stable 2016-02-01 LGPL-2.1 * [jan] Improve performance and memory consumption of garbage collection in File driver. * [jan] Fix garbage collection in File driver. * [jan] Fix caching issues within the same request in the Memcache driver. * [jan] Fix the Mongo driver's expire() if not using a logger. * [jan] Add unit tests. 2.5.3 2.5.0 stable stable 2016-02-18 LGPL-2.1 * [jan] Fix incomplete migration from old to new garbage collection in file backend (Bug #14258). * [jan] Mark PHP 7 as supported. 2.5.4 2.5.0 stable stable 2016-08-31 LGPL-2.1 * [jan] Run Memcache and Mongo tests on PHP 7 too. 2.5.5 2.5.0 stable stable 2017-02-27 LGPL-2.1 * [jan] Fix MongoDB backend with mongodb extension.