Uses of Interface
org.wildfly.clustering.server.cache.Cache
Packages that use Cache
-
Uses of Cache in org.wildfly.clustering.server.cache
Methods in org.wildfly.clustering.server.cache that return CacheModifier and TypeMethodDescription<K,V> Cache <K, V> CacheFactory.createCache(Consumer<V> addTask, Consumer<V> removeTask) Creates a cache that invokes the specified tasks when an entry is added/removed.