Interface JexlCache.Reference

Enclosing interface:
JexlCache<K,V>

public static interface JexlCache.Reference
A cached reference.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Gets the referenced object.
    void
    Sets the referenced object.
  • Method Details Link icon

    • getCache Link icon

      Gets the referenced object.
      Returns:
      the referenced object
    • setCache Link icon

      void setCache(Object cache)
      Sets the referenced object.
      Parameters:
      cache - the referenced object