[System.Caching] element index

Package indexes

All elements
a b c d f g i o s t v _
_
top
__construct
Constructor.
__construct
Constructor.
__construct
Constructor.
__destruct
TSqliteCache::__destruct() in TSqliteCache.php
Destructor.
__destruct
TDbCache::__destruct() in TDbCache.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
TXCache::addValue() in TXCache.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
TDbCache::addValue() in TDbCache.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
c
top
createDbConnection
Creates the DB connection.
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
TXCache::deleteValue() in TXCache.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
TDbCache::deleteValue() in TDbCache.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
TXCache::flush() in TXCache.php
Deletes all values from cache.
flush
TMemCache::flush() in TMemCache.php
Deletes all values from cache.
flush
TDbCache::flush() in TDbCache.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
generateTimestamps
Determines the last modification time for files under the directory.
generateUniqueKey
get
TCache::get() in TCache.php
Retrieves a value from cache with a specified key.
getAutoCreateCacheTable
getCacheTableName
getConnectionID
getConnectionString
getDbConnection
getDbFile
TSqliteCache::getDbFile() in TSqliteCache.php
getDependencies
getDirectory
getFileName
getHasChanged
Performs the actual dependency checking.
getHasChanged
Performs the actual dependency checking.
getHasChanged
Performs the actual dependency checking.
getHasChanged
Performs the actual dependency checking.
getHasChanged
Performs the actual dependency checking.
getHost
TMemCache::getHost() in TMemCache.php
getKeyPrefix
getPassword
TDbCache::getPassword() in TDbCache.php
getPort
TMemCache::getPort() in TMemCache.php
getPrimaryCache
getRecursiveCheck
getRecursiveLevel
getStateName
getTimestamp
getUsername
TDbCache::getUsername() in TDbCache.php
getValue
TSqliteCache::getValue() in TSqliteCache.php
Retrieves a value from cache with a specified key.
getValue
TXCache::getValue() in TXCache.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
TMemCache::getValue() in TMemCache.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
TDbCache::getValue() in TDbCache.php
Retrieves a value from cache with a specified key.
i
top
init
TSqliteCache::init() in TSqliteCache.php
Initializes this module.
init
TXCache::init() in TXCache.php
Initializes this module.
init
TMemCache::init() in TMemCache.php
Initializes this module.
init
TDbCache::init() in TDbCache.php
Initializes this module.
init
TAPCCache::init() in TAPCCache.php
Initializes this module.
init
TCache::init() in TCache.php
Initializes the cache module.
insertAt
Inserts an item at the specified position.
o
top
offsetExists
Returns whether there is a cache entry with a specified key.
offsetGet
TCache::offsetGet() in TCache.php
offsetSet
TCache::offsetSet() in TCache.php
offsetUnset
TCache::offsetUnset() in TCache.php
s
top
set
TCache::set() in TCache.php
Stores a value identified by a key into cache.
setAutoCreateCacheTable
setCacheTableName
Sets the name of the DB table to store cache content.
setConnectionID
Sets the ID of a TDataSourceConfig module.
setConnectionString
setDbFile
TSqliteCache::setDbFile() in TSqliteCache.php
setDirectory
setFileName
setHost
TMemCache::setHost() in TMemCache.php
setKeyPrefix
setPassword
TDbCache::setPassword() in TDbCache.php
setPort
TMemCache::setPort() in TMemCache.php
setPrimaryCache
setRecursiveCheck
setRecursiveLevel
Sets a value indicating the depth of the subdirectories to be checked.
setStateName
setUsername
TDbCache::setUsername() in TDbCache.php
setValue
TXCache::setValue() in TXCache.php
Stores a value identified by a key in cache.
setValue
TSqliteCache::setValue() in TSqliteCache.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.
setValue
TAPCCache::setValue() in TAPCCache.php
Stores a value identified by a key in cache.
setValue
TDbCache::setValue() in TDbCache.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.
t
top
TAPCCache.php
TAPCCache.php in TAPCCache.php
TCache.php
TCache.php in TCache.php
TDbCache.php
TDbCache.php in TDbCache.php
TMemCache.php
TMemCache.php in TMemCache.php
TSqliteCache.php
TSqliteCache.php in TSqliteCache.php
TXCache.php
TXCache.php in TXCache.php
TAPCCache
TAPCCache in TAPCCache.php
TAPCCache class
TApplicationStateCacheDependency
TApplicationStateCacheDependency class.
TCache
TCache in TCache.php
TCache class
TCacheDependency
TCacheDependency in TCache.php
TCacheDependency class.
TCacheDependencyList
TCacheDependencyList in TCache.php
TCacheDependencyList class.
TChainedCacheDependency
TChainedCacheDependency class.
TDbCache
TDbCache in TDbCache.php
TDbCache class
TDirectoryCacheDependency
TDirectoryCacheDependency class.
TFileCacheDependency
TFileCacheDependency in TCache.php
TFileCacheDependency class.
TGlobalStateCacheDependency
TGlobalStateCacheDependency class.
TMemCache
TMemCache in TMemCache.php
TMemCache class
TSqliteCache
TSqliteCache in TSqliteCache.php
TSqliteCache class
TXCache
TXCache in TXCache.php
TXCache class
v
top
validateDirectory
Checks to see if the specified subdirectory should be checked for dependency.
validateFile
Checks to see if the file should be checked for dependency.
a b c d f g i o s t v _