Interface Ref<T>


public interface Ref<T>
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> Ref<T>
    create(T identifiable, boolean cacheEnabled)
     
    get()
     
  • Method Details

    • get

      T get()
    • create

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