Uses of Class
org.wildfly.clustering.ee.cache.function.MapRemoveFunction
-
Packages that use MapRemoveFunction Package Description org.wildfly.clustering.ee.cache.function -
-
Uses of MapRemoveFunction in org.wildfly.clustering.ee.cache.function
Subclasses of MapRemoveFunction in org.wildfly.clustering.ee.cache.function Modifier and Type Class Description classConcurrentMapRemoveFunction<K,V>Function that removes an entry from a map within a non-transactional cache.classCopyOnWriteMapRemoveFunction<K,V>Function that removes an entry from a map within a transactional cache.
-