|
Interface Summary |
| AsynchronousCacheReloader |
A tagging interface to support CacheReloaders that should be
run asynchronously (in the background). |
| Cache |
The main interface for the cache. |
| CacheConfig |
Configuration of a Cache. |
| CacheDefaults |
Supplies default cache parameters for cache. |
| CacheReloader |
Reloader for cached objects. |
| CacheStats |
Interface to provide statistics on the cache. |
| IKeySelector |
This interface allows you to specify a subset of cache keys. |
| ReloadableCache |
A cache that supports adding entries that know how to reload (rebuild)
themselves. |