[System.Caching] element index

Package indexes

All elements
a b d f g i s t _
_
top
__destruct
TSqliteCache::__destruct() in TSqliteCache.php
Destructor.
__destruct
TMemCache::__destruct() in TMemCache.php
Destructor.
a
top
add
TCache::add() in TCache.php
Stores a value identified by a key into cache if the cache does not contain this key.
addValue
TSqliteCache::addValue() in TSqliteCache.php
Stores a value identified by a key into cache if the cache does not contain this key.
addValue
TMemCache::addValue() in TMemCache.php
Stores a value identified by a key into cache if the cache does not contain this key.
addValue
TCache::addValue() in TCache.php
Stores a value identified by a key into cache if the cache does not contain this key.
addValue
TAPCCache::addValue() in TAPCCache.php
Stores a value identified by a key into cache if the cache does not contain this key.
CACHE_TABLE
TSqliteCache::CACHE_TABLE in TSqliteCache.php
name of the table storing cache data
b
top
DB_FILE_EXT
TSqliteCache::DB_FILE_EXT in TSqliteCache.php
extension of the db file name
d
top
delete
TCache::delete() in TCache.php
Deletes a value with the specified key from cache
deleteValue
TSqliteCache::deleteValue() in TSqliteCache.php
Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class.
deleteValue
TMemCache::deleteValue() in TMemCache.php
Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class.
deleteValue
TCache::deleteValue() in TCache.php
Deletes a value with the specified key from cache This method should be implemented by child classes to delete the data from actual cache storage.
deleteValue
TAPCCache::deleteValue() in TAPCCache.php
Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class.
f
top
flush
TSqliteCache::flush() in TSqliteCache.php
Deletes all values from cache.
flush
TMemCache::flush() in TMemCache.php
Deletes all values from cache.
flush
TCache::flush() in TCache.php
Deletes all values from cache.
flush
TAPCCache::flush() in TAPCCache.php
Deletes all values from cache.
g
top
generateUniqueKey
get
TCache::get() in TCache.php
Retrieves a value from cache with a specified key.
getDbFile
TSqliteCache::getDbFile() in TSqliteCache.php
getHost
TMemCache::getHost() in TMemCache.php
getKeyPrefix
getPort
TMemCache::getPort() in TMemCache.php
getValue
TSqliteCache::getValue() in TSqliteCache.php
Retrieves a value from cache with a specified key.
getValue
TCache::getValue() in TCache.php
Retrieves a value from cache with a specified key.
getValue
TAPCCache::getValue() in TAPCCache.php
Retrieves a value from cache with a specified key.
getValue
TMemCache::getValue() in TMemCache.php
Retrieves a value from cache with a specified key.
i
top
init
TSqliteCache::init() in TSqliteCache.php
Initializes this module.
init
TMemCache::init() in TMemCache.php
Initializes this module.
init
TCache::init() in TCache.php
Initializes the cache module.
init
TAPCCache::init() in TAPCCache.php
Initializes this module.
s
top
set
TCache::set() in TCache.php
Stores a value identified by a key into cache.
setDbFile
TSqliteCache::setDbFile() in TSqliteCache.php
setHost
TMemCache::setHost() in TMemCache.php
setKeyPrefix
setPort
TMemCache::setPort() in TMemCache.php
setValue
TSqliteCache::setValue() in TSqliteCache.php
Stores a value identified by a key in cache.
setValue
TAPCCache::setValue() in TAPCCache.php
Stores a value identified by a key in cache.
setValue
TMemCache::setValue() in TMemCache.php
Stores a value identified by a key in cache.
setValue
TCache::setValue() in TCache.php
Stores a value identified by a key in cache.
t
top
TAPCCache.php
TAPCCache.php in TAPCCache.php
TCache.php
TCache.php in TCache.php
TMemCache.php
TMemCache.php in TMemCache.php
TSqliteCache.php
TSqliteCache.php in TSqliteCache.php
TAPCCache
TAPCCache in TAPCCache.php
TAPCCache class
TCache
TCache in TCache.php
TCache class
TMemCache
TMemCache in TMemCache.php
TMemCache class
TSqliteCache
TSqliteCache in TSqliteCache.php
TSqliteCache class
a b d f g i s t _