All Classes and Interfaces

Class
Description
This abstract implementation provides the necessary tools for the various implementations of CacheEngine to work smoothly.
Wrapper: cached element.
Black Hole (do nothing) cache implementation.
The cache engine is responsible for adding, retrieving and managing the lifetime of cached items.
Cache engine provider.
Intercepts method calls to apply the desired cache behavior.
Intercepts method call when annotation CachePut is used.
Intercepts method call when annotation CacheRemove is used.
Intercepts method call when annotation CacheResult is used.
Cache module.
Annotation indicating that the result of the method will be cached regardless cache value already exists.
Annotation indicating that the cache must be evicted.
Annotation indicating that the result of the method will be cached and reused in future calls.
In-memory cache implementation.