Class SoftCache.ValueCell<K,V>

java.lang.Object
java.lang.ref.Reference<V>
java.lang.ref.SoftReference<V>
org.glassfish.pfl.basic.concurrent.SoftCache.ValueCell<K,V>
Enclosing class:
SoftCache<K,V>

private static class SoftCache.ValueCell<K,V> extends SoftReference<V>
  • Field Details

    • dropped

      private static int dropped
    • keyIsValid

      private boolean keyIsValid
    • key

      private K key
  • Constructor Details

  • Method Details