Element index for package System.Caching
[ a ]
[ b ]
[ c ]
[ d ]
[ f ]
[ g ]
[ i ]
[ o ]
[ s ]
[ t ]
[ v ]
[ _ ]
top
a
- add
- in file TCache.php, method TCache::add()
Stores a value identified by a key into cache if the cache does not contain this key.
- addValue
- in file TSqliteCache.php, method TSqliteCache::addValue()
Stores a value identified by a key into cache if the cache does not contain this key.
- addValue
- in file TXCache.php, method TXCache::addValue()
Stores a value identified by a key into cache if the cache does not contain this key.
- addValue
- in file TMemCache.php, method TMemCache::addValue()
Stores a value identified by a key into cache if the cache does not contain this key.
- addValue
- in file TDbCache.php, method TDbCache::addValue()
Stores a value identified by a key into cache if the cache does not contain this key.
- addValue
- in file TCache.php, method TCache::addValue()
Stores a value identified by a key into cache if the cache does not contain this key.
- addValue
- in file TAPCCache.php, method TAPCCache::addValue()
Stores a value identified by a key into cache if the cache does not contain this key.
- CACHE_TABLE
- in file TSqliteCache.php, class constant TSqliteCache::CACHE_TABLE
name of the table storing cache data
top
top
top
d
- delete
- in file TCache.php, method TCache::delete()
Deletes a value with the specified key from cache
- deleteValue
- in file TXCache.php, method TXCache::deleteValue()
Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class.
- deleteValue
- in file TMemCache.php, method TMemCache::deleteValue()
Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class.
- deleteValue
- in file TAPCCache.php, method TAPCCache::deleteValue()
Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class.
- deleteValue
- in file TDbCache.php, method TDbCache::deleteValue()
Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class.
- deleteValue
- in file TCache.php, method TCache::deleteValue()
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
- in file TSqliteCache.php, method TSqliteCache::deleteValue()
Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class.
- doFlushCacheExpired
- in file TDbCache.php, method TDbCache::doFlushCacheExpired()
Event listener for TApplication.OnSaveState
- doInitializeCache
- in file TDbCache.php, method TDbCache::doInitializeCache()
Event listener for TApplication.OnLoadStateComplete
top
top
g
- generateTimestamps
- in file TCache.php, method TDirectoryCacheDependency::generateTimestamps()
Determines the last modification time for files under the directory.
- generateUniqueKey
- in file TCache.php, method TCache::generateUniqueKey()
- get
- in file TCache.php, method TCache::get()
Retrieves a value from cache with a specified key.
- getAutoCreateCacheTable
- in file TDbCache.php, method TDbCache::getAutoCreateCacheTable()
- getCacheTableName
- in file TDbCache.php, method TDbCache::getCacheTableName()
- getConnectionID
- in file TDbCache.php, method TDbCache::getConnectionID()
- getConnectionString
- in file TDbCache.php, method TDbCache::getConnectionString()
- getDbConnection
- in file TDbCache.php, method TDbCache::getDbConnection()
- getDbFile
- in file TSqliteCache.php, method TSqliteCache::getDbFile()
- getDependencies
- in file TCache.php, method TChainedCacheDependency::getDependencies()
- getDirectory
- in file TCache.php, method TDirectoryCacheDependency::getDirectory()
- getFileName
- in file TCache.php, method TFileCacheDependency::getFileName()
- getFlushInterval
- in file TDbCache.php, method TDbCache::getFlushInterval()
- getHasChanged
- in file TCache.php, method TFileCacheDependency::getHasChanged()
Performs the actual dependency checking.
- getHasChanged
- in file TCache.php, method TGlobalStateCacheDependency::getHasChanged()
Performs the actual dependency checking.
- getHasChanged
- in file TCache.php, method TDirectoryCacheDependency::getHasChanged()
Performs the actual dependency checking.
- getHasChanged
- in file TCache.php, method TApplicationStateCacheDependency::getHasChanged()
Performs the actual dependency checking.
- getHasChanged
- in file TCache.php, method TChainedCacheDependency::getHasChanged()
Performs the actual dependency checking.
- getHost
- in file TMemCache.php, method TMemCache::getHost()
- getKeyPrefix
- in file TCache.php, method TCache::getKeyPrefix()
- getPassword
- in file TDbCache.php, method TDbCache::getPassword()
- getPort
- in file TMemCache.php, method TMemCache::getPort()
- getPrimaryCache
- in file TCache.php, method TCache::getPrimaryCache()
- getRecursiveCheck
- in file TCache.php, method TDirectoryCacheDependency::getRecursiveCheck()
- getRecursiveLevel
- in file TCache.php, method TDirectoryCacheDependency::getRecursiveLevel()
- getStateName
- in file TCache.php, method TGlobalStateCacheDependency::getStateName()
- getTimestamp
- in file TCache.php, method TFileCacheDependency::getTimestamp()
- getUsername
- in file TDbCache.php, method TDbCache::getUsername()
- getValue
- in file TSqliteCache.php, method TSqliteCache::getValue()
Retrieves a value from cache with a specified key.
- getValue
- in file TXCache.php, method TXCache::getValue()
Retrieves a value from cache with a specified key.
- getValue
- in file TCache.php, method TCache::getValue()
Retrieves a value from cache with a specified key.
- getValue
- in file TMemCache.php, method TMemCache::getValue()
Retrieves a value from cache with a specified key.
- getValue
- in file TAPCCache.php, method TAPCCache::getValue()
Retrieves a value from cache with a specified key.
- getValue
- in file TDbCache.php, method TDbCache::getValue()
Retrieves a value from cache with a specified key.
top
top
top
s
- set
- in file TCache.php, method TCache::set()
Stores a value identified by a key into cache.
- setAutoCreateCacheTable
- in file TDbCache.php, method TDbCache::setAutoCreateCacheTable()
- setCacheTableName
- in file TDbCache.php, method TDbCache::setCacheTableName()
Sets the name of the DB table to store cache content.
- setConnectionID
- in file TDbCache.php, method TDbCache::setConnectionID()
Sets the ID of a TDataSourceConfig module.
- setConnectionString
- in file TDbCache.php, method TDbCache::setConnectionString()
- setDbFile
- in file TSqliteCache.php, method TSqliteCache::setDbFile()
- setDirectory
- in file TCache.php, method TDirectoryCacheDependency::setDirectory()
- setFileName
- in file TCache.php, method TFileCacheDependency::setFileName()
- setFlushInterval
- in file TDbCache.php, method TDbCache::setFlushInterval()
Sets interval expired items will be removed from cache
- setHost
- in file TMemCache.php, method TMemCache::setHost()
- setKeyPrefix
- in file TCache.php, method TCache::setKeyPrefix()
- setPassword
- in file TDbCache.php, method TDbCache::setPassword()
- setPort
- in file TMemCache.php, method TMemCache::setPort()
- setPrimaryCache
- in file TCache.php, method TCache::setPrimaryCache()
- setRecursiveCheck
- in file TCache.php, method TDirectoryCacheDependency::setRecursiveCheck()
- setRecursiveLevel
- in file TCache.php, method TDirectoryCacheDependency::setRecursiveLevel()
Sets a value indicating the depth of the subdirectories to be checked.
- setStateName
- in file TCache.php, method TGlobalStateCacheDependency::setStateName()
- setUsername
- in file TDbCache.php, method TDbCache::setUsername()
- setValue
- in file TSqliteCache.php, method TSqliteCache::setValue()
Stores a value identified by a key in cache.
- setValue
- in file TXCache.php, method TXCache::setValue()
Stores a value identified by a key in cache.
- setValue
- in file TAPCCache.php, method TAPCCache::setValue()
Stores a value identified by a key in cache.
- setValue
- in file TMemCache.php, method TMemCache::setValue()
Stores a value identified by a key in cache.
- setValue
- in file TCache.php, method TCache::setValue()
Stores a value identified by a key in cache.
- setValue
- in file TDbCache.php, method TDbCache::setValue()
Stores a value identified by a key in cache.
top
t
- TAPCCache.php
- procedural page TAPCCache.php
- TCache.php
- procedural page TCache.php
- TDbCache.php
- procedural page TDbCache.php
- TMemCache.php
- procedural page TMemCache.php
- TSqliteCache.php
- procedural page TSqliteCache.php
- TXCache.php
- procedural page TXCache.php
- TAPCCache
- in file TAPCCache.php, class TAPCCache
TAPCCache class
- TApplicationStateCacheDependency
- in file TCache.php, class TApplicationStateCacheDependency
TApplicationStateCacheDependency class.
- TCache
- in file TCache.php, class TCache
TCache class
- TCacheDependency
- in file TCache.php, class TCacheDependency
TCacheDependency class.
- TCacheDependencyList
- in file TCache.php, class TCacheDependencyList
TCacheDependencyList class.
- TChainedCacheDependency
- in file TCache.php, class TChainedCacheDependency
TChainedCacheDependency class.
- TDbCache
- in file TDbCache.php, class TDbCache
TDbCache class
- TDirectoryCacheDependency
- in file TCache.php, class TDirectoryCacheDependency
TDirectoryCacheDependency class.
- TFileCacheDependency
- in file TCache.php, class TFileCacheDependency
TFileCacheDependency class.
- TGlobalStateCacheDependency
- in file TCache.php, class TGlobalStateCacheDependency
TGlobalStateCacheDependency class.
- TMemCache
- in file TMemCache.php, class TMemCache
TMemCache class
- TSqliteCache
- in file TSqliteCache.php, class TSqliteCache
TSqliteCache class
- TXCache
- in file TXCache.php, class TXCache
TXCache class
top
top
|