Packages:
System.IO
default
System.Web.UI
System.Web.UI.ActiveControls
System.Web.UI.WebControls
System.Web.UI.WebControls.assets
System.Web
System.Web.Services
System.Xml
System.Data.Common.Pgsql
System.Data.Common.Mssql
System.Data.Common
System.Data.Common.Mysql
System.Data.Commom.Sqlite
System.Data.Common.Oracle
System.Data.Common.Sqlite
System.Data
System.Data.ActiveRecord
System.Data.ActiveRecord.Relations
System.Data.ActiveReecord.Scaffold.InputBuilder
System.Data.ActiveRecord.Scaffold
System.Data.DataGateway
System.Data.SqlMap
System.Data.SqlMap.Statements
System.Data.SqlMap.Configuration
System.I18N
System.Util
System
System.Collections
System.Caching
System.Security
System.Exceptions


Classes:
Keyword

Element index for package System.Caching

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ i ] [ o ] [ s ] [ t ] [ v ] [ _ ]

_

__construct
in file TCache.php, method TDirectoryCacheDependency::__construct()
    Constructor.
__construct
in file TCache.php, method TGlobalStateCacheDependency::__construct()
    Constructor.
__construct
in file TCache.php, method TFileCacheDependency::__construct()
    Constructor.
__destruct
in file TSqliteCache.php, method TSqliteCache::__destruct()
    Destructor.
__destruct
in file TDbCache.php, method TDbCache::__destruct()
    Destructor.
__destruct
in file TMemCache.php, method TMemCache::__destruct()
    Destructor.
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

b

DB_FILE_EXT
in file TSqliteCache.php, class constant TSqliteCache::DB_FILE_EXT
    extension of the db file name
top

c

createDbConnection
in file TDbCache.php, method TDbCache::createDbConnection()
    Creates the DB connection.
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

f

flush
in file TMemCache.php, method TMemCache::flush()
    Deletes all values from cache.
flush
in file TSqliteCache.php, method TSqliteCache::flush()
    Deletes all values from cache.
flush
in file TAPCCache.php, method TAPCCache::flush()
    Deletes all values from cache.
flush
in file TDbCache.php, method TDbCache::flush()
    Deletes all values from cache.
flush
in file TCache.php, method TCache::flush()
    Deletes all values from cache.
flush
in file TXCache.php, method TXCache::flush()
    Deletes all values from cache.
flushCacheExpired
in file TDbCache.php, method TDbCache::flushCacheExpired()
    Flush expired values from cache depending on setFlushInterval
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

i

init
in file TSqliteCache.php, method TSqliteCache::init()
    Initializes this module.
init
in file TXCache.php, method TXCache::init()
    Initializes this module.
init
in file TMemCache.php, method TMemCache::init()
    Initializes this module.
init
in file TDbCache.php, method TDbCache::init()
    Initializes this module.
init
in file TCache.php, method TCache::init()
    Initializes the cache module.
init
in file TAPCCache.php, method TAPCCache::init()
    Initializes this module.
initializeCache
in file TDbCache.php, method TDbCache::initializeCache()
    Initialize TDbCache
insertAt
in file TCache.php, method TCacheDependencyList::insertAt()
    Inserts an item at the specified position.
top

o

offsetExists
in file TCache.php, method TCache::offsetExists()
    Returns whether there is a cache entry with a specified key.
offsetGet
in file TCache.php, method TCache::offsetGet()
offsetSet
in file TCache.php, method TCache::offsetSet()
offsetUnset
in file TCache.php, method TCache::offsetUnset()
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

v

validateDirectory
in file TCache.php, method TDirectoryCacheDependency::validateDirectory()
    Checks to see if the specified subdirectory should be checked for dependency.
validateFile
in file TCache.php, method TDirectoryCacheDependency::validateFile()
    Checks to see if the file should be checked for dependency.
top