Interface InvalidationFilter
-
- All Known Implementing Classes:
CacheUnitTTLInvalidationFilter
public interface InvalidationFilterCan be used to disallow invalidation for specified key in specified region.
It is enough to declare it in spring *.xml file. Declared filter will be injected automatically and used by regioncache CacheController.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanallowInvalidation(CacheKey key, CacheRegion region)do disallow invalidation should return false;
-
-
-
Method Detail
-
allowInvalidation
boolean allowInvalidation(CacheKey key, CacheRegion region)
do disallow invalidation should return false;
-
-