Namespace Nette\Caching\Storages
| DevNullStorage | Cache dummy storage. |
| FileStorage | Cache file storage. |
| MemcachedStorage | Memcached storage. |
| MemoryStorage | Memory cache storage. |
| NewMemcachedStorage | Memcached storage using memcached extension. |
| SQLiteJournal | SQLite based journal. |
| SQLiteStorage | SQLite storage. |
| IJournal | Cache journal provider. |