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

EasyCache System


Detailed Description

EasyCache is a simple way to do caching.

Please note: CacheBot is a singleton class designed to make it easy for you to switch between caching methods seamlessly. Whenever possible, you should route your calls through that class, instead of using an EasyCache class directly.


Classes

class  CacheBot
 this class is a wrapper that makes it easy to work with EasyCache, regardless of where you are or what caching method you use.. More...
class  EasyCache
 A class that handles creating / updating / saving of data to be cached. More...
class  EasyMemCache
 cache data directly to memory. More...
class  EasyFileCache
 this class caches data to files in the filesystem. More...
class  EasyDBCache
 this class caches data to a database! if you cant access a file system or you want to do everything via db, then this is for you. More...
class  NoCache
 this class doesnt cache anywhere. More...


Generated on Fri Oct 27 12:26:42 2006 for BaseJumper by doxygen 1.3.9.1