Go to the source code of this file.
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... |