Class BoundedIntrusiveMappingCache.IntegerImpl<KEY_TYPE>

java.lang.Object
io.deephaven.util.datastructures.cache.BoundedIntrusiveMappingCache<KEY_TYPE,io.deephaven.util.datastructures.cache.BoundedIntrusiveMappingCache.IntegerMapping<KEY_TYPE>>
io.deephaven.util.datastructures.cache.BoundedIntrusiveMappingCache.IntegerImpl<KEY_TYPE>
Type Parameters:
KEY_TYPE -
Enclosing class:
BoundedIntrusiveMappingCache<KEY_TYPE,MAPPING_TYPE extends io.deephaven.util.datastructures.cache.BoundedIntrusiveMappingCache.Mapping<KEY_TYPE,MAPPING_TYPE>>

public static class BoundedIntrusiveMappingCache.IntegerImpl<KEY_TYPE> extends BoundedIntrusiveMappingCache<KEY_TYPE,io.deephaven.util.datastructures.cache.BoundedIntrusiveMappingCache.IntegerMapping<KEY_TYPE>>
Mapping cache for Object->int mappings, with LRU eviction.
  • Constructor Details

    • IntegerImpl

      public IntegerImpl(int maximumCachedMappings)
  • Method Details