Inheritance diagram for NoCache:
its here if you want to disable caching for testing purposes or whatnot. keep in mind your site may not function correctly (or very fast...)
Definition at line 640 of file cache.inc.php.
Public Member Functions | |
get ($key) | |
get data from the cache | |
set ($key, $data) | |
set the data to the cache | |
delete ($key) | |
delete data from the cache | |
flush () | |
completely wipe the cache and start over |
|
delete data from the cache
Reimplemented from EasyCache. Definition at line 654 of file cache.inc.php. |
|
completely wipe the cache and start over
Reimplemented from EasyCache. Definition at line 660 of file cache.inc.php. |
|
get data from the cache
Reimplemented from EasyCache. Definition at line 642 of file cache.inc.php. References get(). Referenced by get(). |
|
set the data to the cache
Reimplemented from EasyCache. Definition at line 648 of file cache.inc.php. References set(). Referenced by set(). |