Cache_Lite
[ class tree: Cache_Lite ] [ index: Cache_Lite ] [ all elements ]

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

d

drop
in file Function.php, method Cache_Lite_Function::drop()
    Drop a cache file
top

e

end
in file Output.php, method Cache_Lite_Output::end()
    Stop the cache
extendLife
in file Lite.php, method Cache_Lite::extendLife()
    Extend the life of a valid cache file
top

f

File.php
procedural page File.php
Function.php
procedural page Function.php
top

g

get
in file File.php, method Cache_Lite_File::get()
    Test if a cache is available and (if yes) return it
get
in file Lite.php, method Cache_Lite::get()
    Test if a cache is available and (if yes) return it
getMemoryCachingState
in file Lite.php, method Cache_Lite::getMemoryCachingState()
    Load the state of the caching memory array from a given cache file cache
top

l

lastModified
in file Lite.php, method Cache_Lite::lastModified()
    Return the cache last modification time
Lite.php
procedural page Lite.php
top

o

Output.php
procedural page Output.php
top

r

raiseError
in file Lite.php, method Cache_Lite::raiseError()
    Trigger a PEAR error
remove
in file Lite.php, method Cache_Lite::remove()
    Remove a cache file
top

s

save
in file Lite.php, method Cache_Lite::save()
    Save some data in a cache file
saveMemoryCachingState
in file Lite.php, method Cache_Lite::saveMemoryCachingState()
    Save the state of the caching memory array into a cache file cache
setLifeTime
in file Lite.php, method Cache_Lite::setLifeTime()
    Set a new life time
setOption
in file Lite.php, method Cache_Lite::setOption()
    Generic way to set a Cache_Lite option
setToDebug
in file Lite.php, method Cache_Lite::setToDebug()
    Set to debug mode
start
in file Output.php, method Cache_Lite_Output::start()
    Start the cache
top

Documentation generated on Sun, 08 Jan 2012 17:51:38 +0100 by phpDocumentor 1.4.3