Package org.smartparam.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(java.lang.String) is invoked.- Since:
- 1.0.0
- Author:
- Przemek Hertel
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.smartparam.engine.cache.MapCache
get, invalidate, invalidate, list, put, putAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.smartparam.engine.core.function.FunctionCache
get, invalidate, invalidate, list, put, putAll
-
Constructor Details
-
MapFunctionCache
public MapFunctionCache()
-