Class EvictionManager.Abstract<K,​V>

java.lang.Object
one.microstream.cache.EvictionManager.Abstract<K,​V>
All Implemented Interfaces:
EvictionManager<K,​V>
Direct Known Subclasses:
EvictionManager.Interval, EvictionManager.OnEntryCreation
Enclosing interface:
EvictionManager<K,​V>

public abstract static class EvictionManager.Abstract<K,​V>
extends Object
implements EvictionManager<K,​V>
  • Constructor Details