Class SoftCache<T>


  • public class SoftCache<T>
    extends Object
    Lazy soft reference with synchronized re-computation
    Since:
    6.5
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 21.03.11 20:14
    • Method Detail

      • get

        @Nullable
        public T get()