Package 

Class CountingMemoryCacheInspector.DumpInfoEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final K key
      public final CloseableReference<V> value
    • Method Summary

      Modifier and Type Method Description
      final Unit release()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CountingMemoryCacheInspector.DumpInfoEntry

        CountingMemoryCacheInspector.DumpInfoEntry(K key, CloseableReference<V> valueRef)