Class ProfilingMapCache<K,V>

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

public class ProfilingMapCache<K,V> extends MapCache<K,V>
Author:
pugh
See Also:
  • Constructor Details

    • ProfilingMapCache

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