Class BoundedIntrusiveMappingCache.FifoIntegerImpl<KEY_TYPE>

java.lang.Object
com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache<KEY_TYPE,​com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.IntegerMapping<KEY_TYPE>>
com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.FifoIntegerImpl<KEY_TYPE>
Type Parameters:
KEY_TYPE -
Enclosing class:
BoundedIntrusiveMappingCache<KEY_TYPE,​MAPPING_TYPE extends com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.Mapping<KEY_TYPE,​MAPPING_TYPE>>

public static class BoundedIntrusiveMappingCache.FifoIntegerImpl<KEY_TYPE>
extends BoundedIntrusiveMappingCache<KEY_TYPE,​com.illumon.util.datastructures.cache.BoundedIntrusiveMappingCache.IntegerMapping<KEY_TYPE>>
Mapping cache for Object->int mappings, with FIFO eviction.