Class MapFunctionCache

java.lang.Object
io.higson.runtime.engine.cache.MapCache<Function>
io.higson.runtime.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(String) is invoked.
Since:
1.0.0
Author:
Przemek Hertel
  • Constructor Details

    • MapFunctionCache

      public MapFunctionCache()