[Horde_Cache] element index

Package indexes

All elements
a c e f g h m o s x z _
_
top
Variable $_connected
Boolean indicating whether or not we're connected to the SQL server.
Variable $_db
Handle for the current database connection.
Variable $_dir
The location of the temp directory.
Variable $_expirecache
Cache results of expire() calls (since we will get the entire object on an expire() call anyway).
Variable $_file
List of key to filename mappings.
Variable $_mc
The memory cache object to use, if configured.
Variable $_memcache
Horde_memcache object.
Variable $_params
Cache parameters.
Variable $_prefix
The filename prefix for cache files.
Variable $_sub
The subdirectory level the cache files should live at.
Variable $_write_db
Handle for the current database connection, used for writing. Defaults to the same handle as $_db if a separate write database isn't required.
Method _connect
Opens a connection to the SQL server.
Method _gcDir
Method _getLifetime
Determine the default lifetime for data.
a
top
Page apc.php
apc.php in apc.php
c
top
Page Cache.php
Cache.php in Cache.php
e
top
Page eaccelerator.php
eaccelerator.php in eaccelerator.php
Method exists
Checks if a given key exists in the cache, valid for the given lifetime.
Method exists
Checks if a given key exists in the cache.
Method exists
Checks if a given key exists in the cache, valid for the given lifetime.
Method exists
Checks if a given key exists in the cache, valid for the given lifetime.
Method exists
Checks if a given key exists in the cache, valid for the given lifetime. If it exists but is expired, delete the file.
Method exists
Checks if a given key exists in the cache, valid for the given lifetime.
Method exists
Checks if a given key exists in the cache, valid for the given lifetime.
Method exists
Checks if a given key exists in the cache, valid for the given lifetime.
Method expire
Expire any existing data for the given key.
Method expire
Expire any existing data for the given key.
Method expire
Expire any existing data for the given key.
Method expire
Expire any existing data for the given key.
Method expire
Expire any existing data for the given key.
Method expire
Expire any existing data for the given key.
Method expire
Expire any existing data for the given key.
Method expire
Expire any existing data for the given key.
f
top
Page file.php
file.php in file.php
Method factory
Attempts to return a concrete Horde_Cache instance based on $driver.
g
top
Method get
Attempts to retrieve cached data.
Method get
Attempts to retrieve a piece of cached data and return it to the caller.
Method get
Attempts to retrieve a piece of cached data and return it to the caller.
Method get
Attempts to retrieve cached data from the memcache and return it to the caller.
Method get
Attempts to retrieve cached data from the filesystem and return it to the caller.
Method get
Horde_Cache::get() in Cache.php
Attempts to retrieve a cached object and return it to the caller.
Method get
Attempts to retrieve a piece of cached data and return it to the caller.
Method get
Attempts to retrieve a piece of cached data and return it to the caller.
h
top
Method Horde_Cache
Construct a new Horde_Cache object.
Class Horde_Cache
Horde_Cache in Cache.php
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.
Class Horde_Cache_apc
Horde_Cache_apc in apc.php
The Horde_Cache_apc:: class provides an Alternative PHP Cache implementation of the Horde caching system.
Class Horde_Cache_eaccelerator
Horde_Cache_eaccelerator in eaccelerator.php
The Horde_Cache_eaccelerator:: class provides a eAccelerator content cache (version 0.9.5+) implementation of the Horde caching system.
Method Horde_Cache_file
Construct a new Horde_Cache_file object.
Class Horde_Cache_file
Horde_Cache_file in file.php
The Horde_Cache_file:: class provides a filesystem implementation of the Horde caching system.
Method Horde_Cache_memcache
Construct a new Horde_Cache_memcache object.
Class Horde_Cache_memcache
Horde_Cache_memcache in memcache.php
The Horde_Cache_memcache:: class provides a memcached implementation of the Horde caching system.
Method Horde_Cache_sql
Constructs a new Horde_Cache_sql object.
Class Horde_Cache_sql
Horde_Cache_sql in sql.php
The Horde_Cache_sql:: class provides a SQL implementation of the Horde Caching system.
Class Horde_Cache_xcache
Horde_Cache_xcache in xcache.php
The Horde_Cache_xcache:: class provides an XCache implementation of the Horde caching system.
Class Horde_Cache_zps4
Horde_Cache_zps4 in zps4.php
The Horde_Cache_zps4:: class provides a Zend Performance Suite (version 4.0+) implementation of the Horde caching system.
m
top
Page memcache.php
memcache.php in memcache.php
o
top
Method output
Attempts to directly output a cached object.
Method output
Attempts to directly output a cached object.
s
top
Page sql.php
sql.php in sql.php
Method set
Attempts to store data.
Method set
Attempts to store an object to the cache.
Method set
Attempts to store an object to the cache.
Method set
Attempts to store data to the memcache.
Method set
Attempts to store data to the filesystem.
Method set
Horde_Cache::set() in Cache.php
Attempts to store an object in the cache.
Method set
Attempts to store an object to the cache.
Method set
Attempts to store an object to the cache.
Method singleton
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.
x
top
Page xcache.php
xcache.php in xcache.php
z
top
Page zps4.php
zps4.php in zps4.php
a c e f g h m o s x z _