Package io.higson.runtime.engine.cache
Class MapFunctionCache
- All Implemented Interfaces:
FunctionCache
The implementation of
FunctionCache based on concurrent hash map.
Functions stored at this cache do not expire until a method
MapCache.invalidate(String) is invoked.- Author:
- Przemek Hertel
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.higson.runtime.engine.cache.MapCache
get, invalidate, invalidate, list, put, putAllMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.higson.runtime.engine.core.function.FunctionCache
get, invalidate, invalidate, list, put, putAll
-
Constructor Details
-
MapFunctionCache
public MapFunctionCache()
-