Construct a new Horde_Cache object.
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.
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.
Construct a new Horde_Cache_file object.
The Horde_Cache_file:: class provides a filesystem implementation of the Horde caching system.
Construct a new Horde_Cache_memcache object.
The Horde_Cache_memcache:: class provides a memcached implementation of the Horde caching system.
Constructs a new Horde_Cache_sql object.
The Horde_Cache_sql:: class provides a SQL implementation of the Horde Caching system.
The Horde_Cache_xcache:: class provides an XCache 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.