Package io.higson.runtime.engine.cache
Class MapCache<T>
java.lang.Object
io.higson.runtime.engine.cache.MapCache<T>
- Type Parameters:
T- cached object type
- Direct Known Subclasses:
MapFunctionCache,MapPreparedParamCache
- Author:
- Adam Dubiel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cache
-
-
Constructor Details
-
MapCache
public MapCache()
-
-
Method Details
-
put
-
putAll
-
get
-
invalidate
-
invalidate
public void invalidate() -
list
-