Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Cache_Lite

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5
Element index for package Cache_Lite

Other package element indexes


c d e f g l o r s _
_
Variable $_automaticCleaningFactor
Disable / Tune the automatic cleaning process
Variable $_automaticSerialization
Enable / disable automatic serialization
Variable $_cacheDir
Directory where to put the cache files (make sure to add a trailing slash)
Variable $_caching
Enable / disable caching
Variable $_debugCacheLiteFunction
Debug the Cache_Lite_Function caching process
Variable $_defaultGroup
Default cache group for function caching
Variable $_dontCacheWhenTheOutputContainsNOCACHE
Don't cache the method call when its output contains the string "NOCACHE"
Variable $_dontCacheWhenTheResultIsFalse
Don't cache the method call when its result is false
Variable $_dontCacheWhenTheResultIsNull
Don't cache the method call when its result is null
Variable $_errorHandlingAPIBreak
API break for error handling in CACHE_LITE_ERROR_RETURN mode
Variable $_file
Cache_Lite::$_file in Lite.php
File name (with path)
Variable $_fileLocking
Enable / disable fileLocking
Variable $_fileName
File name (without path)
Variable $_fileNameProtection
File Name protection
Variable $_group
Current cache group
Variable $_hashedDirectoryLevel
Nested directory level
Variable $_hashedDirectoryUmask
Umask for hashed directory structure
Variable $_id
Cache_Lite::$_id in Lite.php
Current cache id
Variable $_lifeTime
Cache lifetime (in seconds)
Variable $_masterFile
Complete path of the file used for controlling the cache lifetime
Variable $_masterFile_mtime
Masterfile mtime
Variable $_memoryCaching
Enable / Disable "Memory Caching"
Variable $_memoryCachingArray
Memory caching array
Variable $_memoryCachingCounter
Memory caching counter
Variable $_memoryCachingLimit
Memory caching limit
Variable $_onlyMemoryCaching
Enable / Disable "Only Memory Caching" (be carefull, memory caching is "beta quality")
Variable $_pearErrorMode
Pear error mode (when raiseError is called)
Variable $_readControl
Enable / disable read control
Variable $_readControlType
Type of read control (only if read control is enabled)
Variable $_refreshTime
Timestamp of the last valid cache
Variable $_writeControl
Enable / disable write control (the cache is read just after writing to detect corrupt entries)
c
Constructor Cache_Lite
Constructor
Class Cache_Lite
Cache_Lite in Lite.php
Constant CACHE_LITE_ERROR_DIE
Constant CACHE_LITE_ERROR_RETURN
Fast, light and safe Cache Class
Class Cache_Lite_File
Cache_Lite_File in File.php
This class extends Cache_Lite and offers a cache system driven by a master file
Constructor Cache_Lite_File
Constructor
Constructor Cache_Lite_Function
Constructor
Class Cache_Lite_Function
Cache_Lite_Function in Function.php
This class extends Cache_Lite and can be used to cache the result and output of functions/methods
Constructor Cache_Lite_Output
Constructor
Class Cache_Lite_Output
Cache_Lite_Output in Output.php
This class extends Cache_Lite and uses output buffering to get the data to cache.
Method call
Calls a cacheable function or method (or not if there is already a cache for it)
Method clean
Clean the cache
d
Method drop
Drop a cache file
e
Method end
Stop the cache
Method extendLife
Extend the life of a valid cache file
f
File File.php
File.php in File.php
File Function.php
Function.php in Function.php
g
Method get
Test if a cache is available and (if yes) return it
Method get
Cache_Lite::get() in Lite.php
Test if a cache is available and (if yes) return it
Method getMemoryCachingState
Load the state of the caching memory array from a given cache file cache
l
Method lastModified
Return the cache last modification time
File Lite.php
Lite.php in Lite.php
o
File Output.php
Output.php in Output.php
r
Method raiseError
Trigger a PEAR error
Method remove
Remove a cache file
s
Method save
Cache_Lite::save() in Lite.php
Save some data in a cache file
Method saveMemoryCachingState
Save the state of the caching memory array into a cache file cache
Method setLifeTime
Set a new life time
Method setOption
Generic way to set a Cache_Lite option
Method setToDebug
Set to debug mode
Method start
Start the cache
c d e f g l o r s _

Documentation generated on Mon, 05 Mar 2007 20:51:47 +0000 by phpDocumentor 1.3.1