Element Index, Package AlberT-cache

Index of all elements
a c d e f g i l m o p s t u v

a   top
   $absfile in file AlberT-cache.inc.php, variable AlberTcache::$absfile
   $also in file AlberT-cache.inc.php, variable AlberTcache::$also
   add_fs in file AlberT-cache.inc.php, method AlberTcache::add_fs()
    Writes out the cache
   AlberT-cache.inc.php procedural page AlberT-cache.inc.php
   AlberTcache in file AlberT-cache.inc.php, class AlberTcache
    Automatically handles the entire caching stuffs
   AlberTcache in file AlberT-cache.inc.php, method AlberTcache::AlberTcache()
    Class constructor
c   top
   $CACHE_1SITE in file config.inc.php, global variable $CACHE_1SITE
    Set if the hostname has to be appended to the cache filename, turn it to 0 in a multi site environment; defaults to 1.
   $CACHE_ALSO in file config.inc.php, global variable $CACHE_ALSO
    Put here additional variables you want the cache to be based on.
   $CACHE_DEBUG in file config.inc.php, global variable $CACHE_DEBUG
    Turn debugging on/off, defaults to 0.
   $CACHE_DIR in file config.inc.php, global variable $CACHE_DIR
    Set the directory name in which to store cache files.
   $CACHE_EXP in file config.inc.php, global variable $CACHE_EXP
    Set the number of seconds the cache will be valid, defaults to 900 (15 minutes).
   $CACHE_GC in file config.inc.php, global variable $CACHE_GC
    Set the probability the Garbage Collector will be run, defaults to 1 (1%)
   $CACHE_GZIP in file config.inc.php, global variable $CACHE_GZIP
    Whether or not to use GZIP, defaults to 1.
   $CACHE_ON in file config.inc.php, global variable $CACHE_ON
    Turn caching on/off, defaults to 1.
   $CACHE_POST in file config.inc.php, global variable $CACHE_POST
    Whether or not to cache POST, defaults to 1.
   $CACHE_TIMEOUT in file config.inc.php, global variable $CACHE_TIMEOUT
    Sets the cache timeout, a value of -1 will disable caching, but still allows gzipping.
   $CACHE_UMASK in file config.inc.php, global variable $CACHE_UMASK
    Set the 'umask' for the cache files.
   $crc32 in file AlberT-cache.inc.php, variable AlberTcache::$crc32
   cacheAll in file AlberT-cache.inc.php, method AlberTcache::cacheAll()
    Caches the current page based on the page name and the GET/POST
   config.inc.php procedural page config.inc.php
d   top
   $data in file AlberT-cache.inc.php, variable AlberTcache::$data
   $dbg in file AlberT-cache.inc.php, variable AlberTcache::$dbg
   doFlush in file AlberT-cache.inc.php, method AlberTcache::doFlush()
    doFlush()
   doGC in file AlberT-cache.inc.php, method AlberTcache::doGC()
    Cache garbage collector
   doReset in file AlberT-cache.inc.php, method AlberTcache::doReset()
    Resets the cache state
   doWrite in file AlberT-cache.inc.php, method AlberTcache::doWrite()
    doWrite()
e   top
   $expire in file AlberT-cache.inc.php, variable AlberTcache::$expire
f   top
   $file in file AlberT-cache.inc.php, variable AlberTcache::$file
   finalize in file AlberT-cache.inc.php, method AlberTcache::finalize()
    finalize()
g   top
   $gcProb in file AlberT-cache.inc.php, variable AlberTcache::$gcProb
   $gzcont in file AlberT-cache.inc.php, variable AlberTcache::$gzcont
   $gzip in file AlberT-cache.inc.php, variable AlberTcache::$gzip
   getDefaultKey in file AlberT-cache.inc.php, method AlberTcache::getDefaultKey()
    Generates the key for the request
   getDefaultObj in file AlberT-cache.inc.php, method AlberTcache::getDefaultObj()
    Returns the default object used by the helper functions
   getEncoding in file AlberT-cache.inc.php, method AlberTcache::getEncoding()
    getEncoding()
   getStorage in file AlberT-cache.inc.php, method AlberTcache::getStorage()
    Returns the storage for cache
   get_fs in file AlberT-cache.inc.php, method AlberTcache::get_fs()
    Reads in the cache
i   top
   $isOn in file AlberT-cache.inc.php, variable AlberTcache::$isOn
   init in file AlberT-cache.inc.php, method AlberTcache::init()
    init()
l   top
   lock_fs in file AlberT-cache.inc.php, method AlberTcache::lock_fs()
    Obtains a lock on the cache storage
m   top
   $mask in file AlberT-cache.inc.php, variable AlberTcache::$mask
o   top
   $oneSite in file AlberT-cache.inc.php, variable AlberTcache::$oneSite
p   top
   $post in file AlberT-cache.inc.php, variable AlberTcache::$post
   pdebug in file AlberT-cache.inc.php, method AlberTcache::pdebug()
    A simple deguggig handler function
s   top
   $size in file AlberT-cache.inc.php, variable AlberTcache::$size
   $storDir in file AlberT-cache.inc.php, variable AlberTcache::$storDir
   start in file AlberT-cache.inc.php, method AlberTcache::start()
    start()
   storeVar in file AlberT-cache.inc.php, method AlberTcache::storeVar()
    Saves a variable state between caching
t   top
   $timeout in file AlberT-cache.inc.php, variable AlberTcache::$timeout
   theCache in file AlberT-cache.inc.php, method AlberTcache::theCache()
    theCache()
u   top
   unlock_fs in file AlberT-cache.inc.php, method AlberTcache::unlock_fs()
    Performs the unlock
v   top
   $variables in file AlberT-cache.inc.php, variable AlberTcache::$variables