Class LocaleObjectCache.CacheEntry<K,​V>

  • Enclosing class:
    LocaleObjectCache<K,​V>

    private static class LocaleObjectCache.CacheEntry<K,​V>
    extends java.lang.ref.SoftReference<V>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private K _key  
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheEntry​(K key, V value, java.lang.ref.ReferenceQueue<V> queue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) K getKey()  
      • Methods inherited from class java.lang.ref.SoftReference

        get
      • Methods inherited from class java.lang.ref.Reference

        clear, clone, enqueue, isEnqueued, reachabilityFence
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _key

        private K _key
    • Constructor Detail

      • CacheEntry

        CacheEntry​(K key,
                   V value,
                   java.lang.ref.ReferenceQueue<V> queue)
    • Method Detail

      • getKey

        K getKey()