| Class | Description |
|---|---|
| Cacher |
Base superclass of all Cacher implementations.
|
| DistributedCacher |
Abstract class of distributed cachers.
|
| JCacheCacher |
JSR-107 JCache is a standardized caching API that is Java 6 compatible and
introduced in JEE 8.
|
| MemoryCacher |
On-heap memory cache.
|
| MemoryCacher.MemoryPartition | |
| MemoryCacher.PartitionEntry | |
| OHCacher |
Off-heap cache implementation (it's similar to MemoryCacher, but stores
entries in the off-heap RAM).
|
| OHCacher.ArraySerializer | |
| RedisCacher |
Redis-based distributed cache.
|
| Annotation Type | Description |
|---|---|
| Cache |
Cache annotation to set the caching policy of Actions.
|