Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

NoCache Class Reference
[EasyCache System]

Inheritance diagram for NoCache:

EasyCache List of all members.

Detailed Description

this class doesnt cache anywhere.

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


Member Function Documentation

NoCache::delete key  ) 
 

delete data from the cache

Parameters:
$key the key to delete from teh cache

Reimplemented from EasyCache.

Definition at line 654 of file cache.inc.php.

NoCache::flush  ) 
 

completely wipe the cache and start over

Reimplemented from EasyCache.

Definition at line 660 of file cache.inc.php.

NoCache::get key  ) 
 

get data from the cache

Parameters:
$key the key of the data in the cache to get. can be a string or an array of keys to fetch.
Returns:
if the data is found, it will return the data as the appropriate object. if not found, it will return false. if you passed in an array, the return will be an array with the same keys, with either data or false for values, as appropriate.

Reimplemented from EasyCache.

Definition at line 642 of file cache.inc.php.

References get().

Referenced by get().

NoCache::set key,
data
 

set the data to the cache

Parameters:
$key the key to save the data under
$data the data to save to cache. this can be anything, the cachebot will automatically run any variable through serialize and unserialize to make it as seamless as possible.

Reimplemented from EasyCache.

Definition at line 648 of file cache.inc.php.

References set().

Referenced by set().


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:42 2006 for BaseJumper by doxygen 1.3.9.1