Uses of Interface
one.microstream.cache.CacheEntryListenerRegistration
| Package | Description |
|---|---|
| one.microstream.cache |
-
Uses of CacheEntryListenerRegistration in one.microstream.cache
Classes in one.microstream.cache that implement CacheEntryListenerRegistration Modifier and Type Class Description static classCacheEntryListenerRegistration.Default<K,V>Methods in one.microstream.cache that return CacheEntryListenerRegistration Modifier and Type Method Description static <K, V> CacheEntryListenerRegistration<K,V>CacheEntryListenerRegistration. New(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> configuration)Method parameters in one.microstream.cache with type arguments of type CacheEntryListenerRegistration Modifier and Type Method Description voidCacheEventDispatcher.Default. dispatch(XIterable<CacheEntryListenerRegistration<K,V>> registrations)voidCacheEventDispatcher. dispatch(XIterable<CacheEntryListenerRegistration<K,V>> registrations)