Class MapFunctionCache

java.lang.Object
org.smartparam.engine.cache.MapCache<Function>
org.smartparam.engine.cache.MapFunctionCache
All Implemented Interfaces:
FunctionCache

public class MapFunctionCache extends MapCache<Function> implements 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
  • Constructor Details

    • MapFunctionCache

      public MapFunctionCache()