[Cache_Lite] element index

Package indexes

All elements
c e f g l o r s _
_
top
$_automaticSerialization
Enable / disable automatic serialization
$_cacheDir
Directory where to put the cache files (make sure to add a trailing slash)
$_caching
Enable / disable caching
$_defaultGroup
Default cache group for function caching
$_file
Cache_Lite::$_file in Lite.php
File name (with path)
$_fileLocking
Enable / disable fileLocking
$_fileNameProtection
File Name protection
$_group
Current cache group
$_id
Cache_Lite::$_id in Lite.php
Current cache id
$_lifeTime
Cache lifetime (in seconds)
$_memoryCaching
Enable / Disable "Memory Caching"
$_memoryCachingArray
Memory caching array
$_memoryCachingCounter
Memory caching counter
$_memoryCachingLimit
Memory caching limit
$_onlyMemoryCaching
Enable / Disable "Only Memory Caching" (be carefull, memory caching is "beta quality")
$_pearErrorMode
Pear error mode (when raiseError is called)
$_readControl
Enable / disable read control
$_readControlType
Type of read control (only if read control is enabled)
$_refreshTime
Timestamp of the last valid cache
$_writeControl
Enable / disable write control (the cache is read just after writing to detect corrupt entries)
c
top
Cache_Lite
Cache_Lite in Lite.php
Cache_Lite
Constructor
CACHE_LITE_ERROR_DIE
CACHE_LITE_ERROR_RETURN
Cache_Lite_Function
Cache_Lite_Function in Function.php
Cache_Lite_Function
Constructor
Cache_Lite_Output
Constructor
Cache_Lite_Output
Cache_Lite_Output in Output.php
call
Calls a cacheable function or method (or not if there is already a cache for it)
clean
Clean the cache
e
top
end
Stop the cache
f
top
Function.php
Function.php in Function.php
g
top
get
Cache_Lite::get() in Lite.php
Test if a cache is available and (if yes) return it
getMemoryCachingState
l
top
Lite.php
Lite.php in Lite.php
lastModified
Return the cache last modification time
o
top
Output.php
Output.php in Output.php
r
top
raiseError
Trigger a PEAR error
remove
Remove a cache file
s
top
save
Cache_Lite::save() in Lite.php
Save some data in a cache file
saveMemoryCachingState
setLifeTime
Set a new life time
setToDebug
Set to debug mode
start
Start the cache
c e f g l o r s _