Interface | Description |
---|---|
AuthoritativeTier<K,V> |
Authoritative tier, that is the lower most tier of a multi tiered store.
|
AuthoritativeTier.InvalidationValve |
Invalidation valve, that is the mechanism through which an
AuthoritativeTier can request invalidations
from the CachingTier . |
AuthoritativeTier.Provider |
Service interface for providing AuthoritativeTier instances. |
CachingTier<K,V> |
Caching tier is the abstraction for tiers sitting atop the
AuthoritativeTier . |
CachingTier.InvalidationListener<K,V> |
Caching tier invalidation listener.
|
CachingTier.Provider |
Service interface for providing CachingTier instances. |
HigherCachingTier<K,V> |
Interface for the higher tier of a multi-tier
CachingTier . |
HigherCachingTier.Provider |
Service interface for providing HigherCachingTier instances. |
LowerCachingTier<K,V> |
Interface for the lower tier of a multi-tier
CachingTier . |
LowerCachingTier.Provider |
Service interface for providing LowerCachingTier instances. |