Namespace Nette\Caching
Cache | Implements the cache for a application. |
DummyStorage | Cache dummy storage. |
FileJournal | File journal. |
FileStorage | Cache file storage. |
MemcachedStorage | Memcached storage. |
MemoryStorage | Memory cache storage. |
SqliteJournal | Provides SQLite/SQLite3 based cache journal backend. |
ICacheJournal | Cache journal provider. |
ICacheStorage | Cache storage. |