Interface ExpressionCache<T>
- All Known Implementing Classes:
ConcurrentHashMapExpressionCache
public interface ExpressionCache<T>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExpressionCache.Key -
Method Summary
Modifier and Type Method Description Tget(String cacheName, ExpressionCache.Key key)TputIfAbsent(String cacheName, ExpressionCache.Key key, T value)