| Class Summary | |
|---|---|
| APC_driver | Accelerated PHP Cache driver implementation. |
| Cache | Multi-layer universal cache controller for Cotonti |
| Db_cache_driver | Query cache drivers are driven by database |
| Dynamic_cache_driver | Dynamic cache is used to store data that is not too large and is modified more or less frequently |
| File_cache | A persistent cache using local file system tree. |
| Memcache_driver | Memcache distributed persistent cache driver implementation. |
| MySQL_cache | A very popular caching solution using MySQL as a storage. |
| Page_cache | A cache that stores entire page outputs. |
| Static_cache_driver | Static cache is used to store large amounts of rarely modified data |
| Temporary_cache_driver | Temporary cache driver is fast in-memory cache. |
| Writeback_cache_driver | Persistent cache driver that writes all entries back on script termination. |
| Xcache_driver | XCache variable cache driver. |
| Global Summary | |
|---|---|
| cot_cache_drivers | Stores the list of advanced cachers provided by the host |