Interface InvalidationHandler
-
- All Known Implementing Classes:
CacheGroupsHandler
public interface InvalidationHandlerA pluggable handler to invalidate cache groups on changes in certain objects.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Function<Persistent,Collection<CacheGroupDescriptor>>canHandle(Class<? extends Persistent> type)
-
-
-
Method Detail
-
canHandle
Function<Persistent,Collection<CacheGroupDescriptor>> canHandle(Class<? extends Persistent> type)
- Returns:
- invalidation function or null if there is nothing to invalidate
-
-