de.odysseus.el.tree
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
 Tree get(java.lang.String expression)
          Lookup tree
 void put(java.lang.String expression, Tree tree)
          Cache tree
 

Method Detail

get

Tree get(java.lang.String expression)
Lookup tree


put

void put(java.lang.String expression,
         Tree tree)
Cache tree


Copyright © 2006-2009 Odysseus Software GmbH.