Element index for package Cache_Lite
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ l ]
[ o ]
[ r ]
[ s ]
[ _ ]
_
- $_automaticCleaningFactor
- in file Lite.php, variable Cache_Lite::$_automaticCleaningFactor
Disable / Tune the automatic cleaning process
- $_automaticSerialization
- in file Lite.php, variable Cache_Lite::$_automaticSerialization
Enable / disable automatic serialization
- $_cacheDir
- in file Lite.php, variable Cache_Lite::$_cacheDir
Directory where to put the cache files (make sure to add a trailing slash)
- $_caching
- in file Lite.php, variable Cache_Lite::$_caching
Enable / disable caching
- $_debugCacheLiteFunction
- in file Function.php, variable Cache_Lite_Function::$_debugCacheLiteFunction
Debug the Cache_Lite_Function caching process
- $_defaultGroup
- in file Function.php, variable Cache_Lite_Function::$_defaultGroup
Default cache group for function caching
- $_dontCacheWhenTheOutputContainsNOCACHE
- in file Function.php, variable Cache_Lite_Function::$_dontCacheWhenTheOutputContainsNOCACHE
Don't cache the method call when its output contains the string "NOCACHE"
- $_dontCacheWhenTheResultIsFalse
- in file Function.php, variable Cache_Lite_Function::$_dontCacheWhenTheResultIsFalse
Don't cache the method call when its result is false
- $_dontCacheWhenTheResultIsNull
- in file Function.php, variable Cache_Lite_Function::$_dontCacheWhenTheResultIsNull
Don't cache the method call when its result is null
- $_errorHandlingAPIBreak
- in file Lite.php, variable Cache_Lite::$_errorHandlingAPIBreak
API break for error handling in CACHE_LITE_ERROR_RETURN mode
- $_file
- in file Lite.php, variable Cache_Lite::$_file
File name (with path)
- $_fileLocking
- in file Lite.php, variable Cache_Lite::$_fileLocking
Enable / disable fileLocking
- $_fileName
- in file Lite.php, variable Cache_Lite::$_fileName
File name (without path)
- $_fileNameProtection
- in file Lite.php, variable Cache_Lite::$_fileNameProtection
File Name protection
- $_group
- in file Lite.php, variable Cache_Lite::$_group
Current cache group
- $_hashedDirectoryLevel
- in file Lite.php, variable Cache_Lite::$_hashedDirectoryLevel
Nested directory level
- $_hashedDirectoryUmask
- in file Lite.php, variable Cache_Lite::$_hashedDirectoryUmask
Umask for hashed directory structure
- $_id
- in file Lite.php, variable Cache_Lite::$_id
Current cache id
- $_lifeTime
- in file Lite.php, variable Cache_Lite::$_lifeTime
Cache lifetime (in seconds)
- $_masterFile
- in file File.php, variable Cache_Lite_File::$_masterFile
Complete path of the file used for controlling the cache lifetime
- $_masterFile_mtime
- in file File.php, variable Cache_Lite_File::$_masterFile_mtime
Masterfile mtime
- $_memoryCaching
- in file Lite.php, variable Cache_Lite::$_memoryCaching
Enable / Disable "Memory Caching"
- $_memoryCachingArray
- in file Lite.php, variable Cache_Lite::$_memoryCachingArray
Memory caching array
- $_memoryCachingCounter
- in file Lite.php, variable Cache_Lite::$_memoryCachingCounter
Memory caching counter
- $_memoryCachingLimit
- in file Lite.php, variable Cache_Lite::$_memoryCachingLimit
Memory caching limit
- $_onlyMemoryCaching
- in file Lite.php, variable Cache_Lite::$_onlyMemoryCaching
Enable / Disable "Only Memory Caching" (be carefull, memory caching is "beta quality")
- $_pearErrorMode
- in file Lite.php, variable Cache_Lite::$_pearErrorMode
Pear error mode (when raiseError is called)
- $_readControl
- in file Lite.php, variable Cache_Lite::$_readControl
Enable / disable read control
- $_readControlType
- in file Lite.php, variable Cache_Lite::$_readControlType
Type of read control (only if read control is enabled)
- $_refreshTime
- in file Lite.php, variable Cache_Lite::$_refreshTime
Timestamp of the last valid cache
- $_writeControl
- in file Lite.php, variable Cache_Lite::$_writeControl
Enable / disable write control (the cache is read just after writing to detect corrupt entries)
top
c
- Cache_Lite
- in file Lite.php, method Cache_Lite::Cache_Lite()
Constructor
- Cache_Lite
- in file Lite.php, class Cache_Lite
- CACHE_LITE_ERROR_DIE
- in file Lite.php, constant CACHE_LITE_ERROR_DIE
- CACHE_LITE_ERROR_RETURN
- in file Lite.php, constant CACHE_LITE_ERROR_RETURN
- Cache_Lite_File
- in file File.php, class Cache_Lite_File
- Cache_Lite_File
- in file File.php, method Cache_Lite_File::Cache_Lite_File()
Constructor
- Cache_Lite_Function
- in file Function.php, method Cache_Lite_Function::Cache_Lite_Function()
Constructor
- Cache_Lite_Function
- in file Function.php, class Cache_Lite_Function
- Cache_Lite_Output
- in file Output.php, method Cache_Lite_Output::Cache_Lite_Output()
Constructor
- Cache_Lite_Output
- in file Output.php, class Cache_Lite_Output
- call
- in file Function.php, method Cache_Lite_Function::call()
Calls a cacheable function or method (or not if there is already a cache for it)
- clean
- in file Lite.php, method Cache_Lite::clean()
Clean the cache
top
top
top
top
top
top
top
top
top
|
|