Package com.github.benmanes.caffeine.jcache.event


package com.github.benmanes.caffeine.jcache.event
  • Classes
    Class
    Description
    A dispatcher that publishes cache events to listeners for asynchronous execution.
    A decorator that dispatches the event iff the listener supports that action.
    A filter that determines if the listener can process the event type before delegating to the decorated filter.
    A cache event dispatched to a listener.
    A listener that provides an adapter to publish events in the order of the actions being performed on a key.
    The registration of a CacheEntryListener for event dispatching.