Interface Ref<T>


  • public interface Ref<T>
    Author:
    Geoffroy Jamgotchian
    • Method Detail

      • get

        T get()
      • create

        static <T> Ref<T> create​(T identifiable,
                                 boolean cacheEnabled)