Uses of Class
com.github.benmanes.caffeine.jcache.event.Registration
Packages that use Registration
-
Uses of Registration in com.github.benmanes.caffeine.jcache.event
Fields in com.github.benmanes.caffeine.jcache.event with type parameters of type RegistrationModifier and TypeFieldDescription(package private) final Map<Registration<K, V>, CompletableFuture<Void>> EventDispatcher.dispatchQueuesMethods in com.github.benmanes.caffeine.jcache.event that return types with arguments of type RegistrationModifier and TypeMethodDescriptionSet<Registration<K, V>> EventDispatcher.registrations()Returns the cache entry listener registrations.