Cache
Table of Contents
Interfaces
Classes
- AtomicCache
- CacheException
- MUST be thrown in case a cache operation fails.
- LocalCache
- A cache which stores data in an in-memory (local) array.
- NullCache
- Cache implementation that just ignores all operations and always resolves to `null`.
- PrefixCache
- SerializedCache
- StringCacheAdapter