Interface TreeCache

All Known Implementing Classes:
Cache

public interface TreeCache
Tree cache interface. A tree cache holds expression trees by expression strings. A tree cache implementation must be thread-safe.
Author:
Christoph Beck
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String expression)
    Lookup tree
    void
    put(String expression, Tree tree)
    Cache tree
  • Method Details

    • get

      Tree get(String expression)
      Lookup tree
    • put

      void put(String expression, Tree tree)
      Cache tree