[...] | [...] | [...] | See Cache_Lite constructor for more options |
defaultGroup
|
string
|
Cache_Lite_Function
|
default cache group for function caching
|
debugCacheLiteFunction
|
boolean
|
FALSE
|
debug the caching process
|
dontCacheWhenTheOutputContainsNOCACHE
|
boolean
|
FALSE
|
Don't cache the method call when its output contains the string "NOCACHE". If set to true,
the output of the method will never be displayed (because the output is used to control the cache)
|
dontCacheWhenTheResultIsFalse
|
boolean
|
FALSE
|
Don't cache the method call when its result is false
|
dontCacheWhenTheResultIsNull
|
boolean
|
FALSE
|
Don't cache the method call when its result is null
|