Class ProfilingMapCache<K,V>

All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>, SequencedMap<K,V>

public class ProfilingMapCache<K,V> extends MapCache<K,V>
See Also:
  • Field Details

    • name

      final String name
    • count

      int[] count
  • Constructor Details

    • ProfilingMapCache

      public ProfilingMapCache(int maxCapacity, String name)
  • Method Details