public static interface AuthoritativeTier.InvalidationValve
AuthoritativeTier
can request invalidations
from the CachingTier
.Modifier and Type | Method and Description |
---|---|
void |
invalidateAll()
Requests an invalidation of all
CachingTier mappings. |
void |
invalidateAllWithHash(long hash)
Requests an invalidation of all
CachingTier mappings whose key's hashcode matches the provided one. |
void invalidateAll() throws StoreAccessException
CachingTier
mappings.StoreAccessException
- when en error occurs while invalidating mappingsvoid invalidateAllWithHash(long hash) throws StoreAccessException
CachingTier
mappings whose key's hashcode matches the provided one.StoreAccessException
- when en error occurs while invalidating mappings