Package com.batch.android.lisp
Class CachingContext
- java.lang.Object
-
- com.batch.android.lisp.CachingContext
-
- All Implemented Interfaces:
EvaluationContext
public final class CachingContext extends java.lang.Object implements EvaluationContext
Wrapper context that adds a caching layerThis is NOT thread safe
-
-
Constructor Summary
Constructors Constructor Description CachingContext(EvaluationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueresolveVariableNamed(java.lang.String name)
-
-
-
Constructor Detail
-
CachingContext
public CachingContext(EvaluationContext context)
-
-
Method Detail
-
resolveVariableNamed
public Value resolveVariableNamed(java.lang.String name)
- Specified by:
resolveVariableNamedin interfaceEvaluationContext
-
-