Interface InvalidationFunction
- All Superinterfaces:
Function<Persistent,Collection<CacheGroupDescriptor>>
@Deprecated
public interface InvalidationFunction
extends Function<Persistent,Collection<CacheGroupDescriptor>>
Deprecated.
since 4.1 plain Function>Persistent, Collection>CacheGroupDescriptor>> can be used.
- Since:
- 4.0
-
Method Summary
-
Method Details
-
apply
Deprecated.- Specified by:
applyin interfaceFunction<Persistent,Collection<CacheGroupDescriptor>> - Returns:
- collection of cache groups to invalidate for given object
-