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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Collection<CacheGroupDescriptor>apply(Persistent persistent)Deprecated.
-
-
-
Method Detail
-
apply
Collection<CacheGroupDescriptor> apply(Persistent persistent)
Deprecated.- Specified by:
applyin interfaceFunction<Persistent,Collection<CacheGroupDescriptor>>- Returns:
- collection of cache groups to invalidate for given object
-
-