Element index for package Cache_Lite
Other package element indexes
- Unknown
- core
- Joomla-Framework
- PHPMailer
- PEAR
- com-tecnick-tcpdf
- PHP_Compat
- OpenID
- Yadis
- patTemplate
- patError
- utf8
- phpGACL
- Element index (all packages)
_
-
$_automaticCleaningFactor
-
Cache_Lite::$_automaticCleaningFactor in Lite.phpDisable / Tune the automatic cleaning process
-
$_automaticSerialization
-
Cache_Lite::$_automaticSerialization in Lite.phpEnable / disable automatic serialization
-
$_cacheDir
-
Cache_Lite::$_cacheDir in Lite.phpDirectory where to put the cache files (make sure to add a trailing slash)
-
$_caching
-
Cache_Lite::$_caching in Lite.phpEnable / disable caching
-
$_debugCacheLiteFunction
-
Cache_Lite_Function::$_debugCacheLiteFunction in Function.phpDebug the Cache_Lite_Function caching process
-
$_defaultGroup
-
Cache_Lite_Function::$_defaultGroup in Function.phpDefault cache group for function caching
-
$_dontCacheWhenTheOutputContainsNOCACHE
-
Cache_Lite_Function::$_dontCacheWhenTheOutputContainsNOCACHE in Function.phpDon't cache the method call when its output contains the string "NOCACHE"
-
$_dontCacheWhenTheResultIsFalse
-
Cache_Lite_Function::$_dontCacheWhenTheResultIsFalse in Function.phpDon't cache the method call when its result is false
-
$_dontCacheWhenTheResultIsNull
-
Cache_Lite_Function::$_dontCacheWhenTheResultIsNull in Function.phpDon't cache the method call when its result is null
-
$_errorHandlingAPIBreak
-
Cache_Lite::$_errorHandlingAPIBreak in Lite.phpAPI break for error handling in CACHE_LITE_ERROR_RETURN mode
-
$_file
-
Cache_Lite::$_file in Lite.phpFile name (with path)
-
$_fileLocking
-
Cache_Lite::$_fileLocking in Lite.phpEnable / disable fileLocking
-
$_fileName
-
Cache_Lite::$_fileName in Lite.phpFile name (without path)
-
$_fileNameProtection
-
Cache_Lite::$_fileNameProtection in Lite.phpFile Name protection
-
$_group
-
Cache_Lite::$_group in Lite.phpCurrent cache group
-
$_hashedDirectoryLevel
-
Cache_Lite::$_hashedDirectoryLevel in Lite.phpNested directory level
-
$_hashedDirectoryUmask
-
Cache_Lite::$_hashedDirectoryUmask in Lite.phpUmask for hashed directory structure
-
$_id
-
Cache_Lite::$_id in Lite.phpCurrent cache id
-
$_lifeTime
-
Cache_Lite::$_lifeTime in Lite.phpCache lifetime (in seconds)
-
$_masterFile
-
Cache_Lite_File::$_masterFile in File.phpComplete path of the file used for controlling the cache lifetime
-
$_masterFile_mtime
-
Cache_Lite_File::$_masterFile_mtime in File.phpMasterfile mtime
-
$_memoryCaching
-
Cache_Lite::$_memoryCaching in Lite.phpEnable / Disable "Memory Caching"
-
$_memoryCachingArray
-
Cache_Lite::$_memoryCachingArray in Lite.phpMemory caching array
-
$_memoryCachingCounter
-
Cache_Lite::$_memoryCachingCounter in Lite.phpMemory caching counter
-
$_memoryCachingLimit
-
Cache_Lite::$_memoryCachingLimit in Lite.phpMemory caching limit
-
$_onlyMemoryCaching
-
Cache_Lite::$_onlyMemoryCaching in Lite.phpEnable / Disable "Only Memory Caching" (be carefull, memory caching is "beta quality")
-
$_pearErrorMode
-
Cache_Lite::$_pearErrorMode in Lite.phpPear error mode (when raiseError is called)
-
$_readControl
-
Cache_Lite::$_readControl in Lite.phpEnable / disable read control
-
$_readControlType
-
Cache_Lite::$_readControlType in Lite.phpType of read control (only if read control is enabled)
-
$_refreshTime
-
Cache_Lite::$_refreshTime in Lite.phpTimestamp of the last valid cache
-
$_writeControl
-
Cache_Lite::$_writeControl in Lite.phpEnable / disable write control (the cache is read just after writing to detect corrupt entries)
c
-
Cache_Lite
-
Cache_Lite::Cache_Lite() in Lite.phpConstructor
-
Cache_Lite
-
Cache_Lite in Lite.php
-
CACHE_LITE_ERROR_DIE
-
CACHE_LITE_ERROR_DIE in Lite.php
-
CACHE_LITE_ERROR_RETURN
-
CACHE_LITE_ERROR_RETURN in Lite.phpFast, light and safe Cache Class
-
Cache_Lite_File
-
Cache_Lite_File in File.phpThis class extends Cache_Lite and offers a cache system driven by a master file
-
Cache_Lite_File
-
Cache_Lite_File::Cache_Lite_File() in File.phpConstructor
-
Cache_Lite_Function
-
Cache_Lite_Function::Cache_Lite_Function() in Function.phpConstructor
-
Cache_Lite_Function
-
Cache_Lite_Function in Function.phpThis class extends Cache_Lite and can be used to cache the result and output of functions/methods
-
Cache_Lite_Output
-
Cache_Lite_Output::Cache_Lite_Output() in Output.phpConstructor
-
Cache_Lite_Output
-
Cache_Lite_Output in Output.phpThis class extends Cache_Lite and uses output buffering to get the data to cache.
-
call
-
Cache_Lite_Function::call() in Function.phpCalls a cacheable function or method (or not if there is already a cache for it)
-
clean
-
Cache_Lite::clean() in Lite.phpClean the cache
d
-
drop
-
Cache_Lite_Function::drop() in Function.phpDrop a cache file
e
-
end
-
Cache_Lite_Output::end() in Output.phpStop the cache
-
extendLife
-
Cache_Lite::extendLife() in Lite.phpExtend the life of a valid cache file
f
-
File.php
-
File.php in File.php
-
Function.php
-
Function.php in Function.php
g
-
get
-
Cache_Lite_File::get() in File.phpTest if a cache is available and (if yes) return it
-
get
-
Cache_Lite::get() in Lite.phpTest if a cache is available and (if yes) return it
-
getMemoryCachingState
-
Cache_Lite::getMemoryCachingState() in Lite.phpLoad the state of the caching memory array from a given cache file cache
l
-
lastModified
-
Cache_Lite::lastModified() in Lite.phpReturn the cache last modification time
-
Lite.php
-
Lite.php in Lite.php
o
-
Output.php
-
Output.php in Output.php
r
-
raiseError
-
Cache_Lite::raiseError() in Lite.phpTrigger a PEAR error
-
remove
-
Cache_Lite::remove() in Lite.phpRemove a cache file
s
-
save
-
Cache_Lite::save() in Lite.phpSave some data in a cache file
-
saveMemoryCachingState
-
Cache_Lite::saveMemoryCachingState() in Lite.phpSave the state of the caching memory array into a cache file cache
-
setLifeTime
-
Cache_Lite::setLifeTime() in Lite.phpSet a new life time
-
setOption
-
Cache_Lite::setOption() in Lite.phpGeneric way to set a Cache_Lite option
-
setToDebug
-
Cache_Lite::setToDebug() in Lite.phpSet to debug mode
-
start
-
Cache_Lite_Output::start() in Output.phpStart the cache
Documentation generated on Mon, 05 Mar 2007 20:51:47 +0000 by phpDocumentor 1.3.1