Uses of Class
org.cache2k.core.operation.Semantic.Base
-
Packages that use Semantic.Base Package Description org.cache2k.core.operation -
-
Uses of Semantic.Base in org.cache2k.core.operation
Subclasses of Semantic.Base in org.cache2k.core.operation Modifier and Type Class Description static classOperations.ExpireEvent<K,V>static classSemantic.InsertOrUpdate<K,V,R>Only update the entry.static classSemantic.MightUpdate<K,V,R>Read a cache entry and do an optional mutation.static classSemantic.Read<K,V,R>Read only operation.static classSemantic.Update<K,V,R>Read a cache entry and do an mutation maybe based on the existing values.
-