Interface ExpressionCache<T>
- All Known Implementing Classes:
ConcurrentHashMapExpressionCache
public interface ExpressionCache<T>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionget(String cacheName, ExpressionCache.Key key) putIfAbsent(String cacheName, ExpressionCache.Key key, T value)
-
Method Details
-
get
-
putIfAbsent
-