|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dk.brics.xact.operations.TemplateCache
public class TemplateCache
Cache for parsed templates.
Method Summary | |
---|---|
static void |
clear()
Clears the cache. |
static XML |
get(Object key)
Loads a parsed template from the cache. |
static void |
put(Object key,
XML value)
Stores a parsed template in the cache. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void clear()
public static XML get(Object key)
public static void put(Object key, XML value)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |