Interface JexlCache.Reference

Enclosing interface:
JexlCache<K,V>

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

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

    • getCache

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

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