Uses of Interface
one.microstream.cache.EvictionManager
Package | Description |
---|---|
one.microstream.cache |
-
Uses of EvictionManager in one.microstream.cache
Classes in one.microstream.cache that implement EvictionManager Modifier and Type Class Description static class
EvictionManager.Abstract<K,V>
static class
EvictionManager.Interval<K,V>
static class
EvictionManager.OnEntryCreation<K,V>
Methods in one.microstream.cache that return EvictionManager Modifier and Type Method Description static <K, V> EvictionManager<K,V>
EvictionManager. Interval(EvictionPolicy evictionPolicy, long milliTimeInterval)
static <K, V> EvictionManager<K,V>
EvictionManager. Interval(EvictionPolicy evictionPolicy, _longReference milliTimeIntervalProvider)
static <K, V> EvictionManager<K,V>
EvictionManager. OnEntryCreation(EvictionPolicy evictionPolicy)
Methods in one.microstream.cache that return types with arguments of type EvictionManager Modifier and Type Method Description static <K, V> javax.cache.configuration.Factory<EvictionManager<K,V>>
CacheConfiguration. DefaultEvictionManagerFactory()
Returns the defaultEvictionManager
Factory
, which doesn't evict at all.javax.cache.configuration.Factory<EvictionManager<K,V>>
CacheConfiguration.Default. getEvictionManagerFactory()
javax.cache.configuration.Factory<EvictionManager<K,V>>
CacheConfiguration. getEvictionManagerFactory()
Gets theFactory
for theEvictionManager
, if any.Method parameters in one.microstream.cache with type arguments of type EvictionManager Modifier and Type Method Description CacheConfiguration.Builder<K,V>
CacheConfiguration.Builder.Default. evictionManagerFactory(javax.cache.configuration.Factory<EvictionManager<K,V>> evictionManagerFactory)
CacheConfiguration.Builder<K,V>
CacheConfiguration.Builder. evictionManagerFactory(javax.cache.configuration.Factory<EvictionManager<K,V>> evictionManagerFactory)
Set theEvictionManager
Factory
.