Uses of Class
com.github.benmanes.caffeine.jcache.event.Registration
-
Packages that use Registration Package Description com.github.benmanes.caffeine.jcache.event -
-
Uses of Registration in com.github.benmanes.caffeine.jcache.event
Fields in com.github.benmanes.caffeine.jcache.event with type parameters of type Registration Modifier and Type Field Description (package private) java.util.Map<Registration<K,V>,java.util.concurrent.CompletableFuture<java.lang.Void>>
EventDispatcher. dispatchQueues
Methods in com.github.benmanes.caffeine.jcache.event that return types with arguments of type Registration Modifier and Type Method Description java.util.Set<Registration<K,V>>
EventDispatcher. registrations()
Returns the cache entry listener registrations.
-