Class MapPreparedParamCache

java.lang.Object
io.higson.runtime.engine.cache.MapCache<PreparedParameter>
io.higson.runtime.engine.cache.MapPreparedParamCache
All Implemented Interfaces:
PreparedParamCache

public class MapPreparedParamCache extends MapCache<PreparedParameter> implements PreparedParamCache
Implementation of PreparedParamCache based on concurrent HashMap version. Functions stored in this cache do not expire until method MapCache.invalidate(String) will be called.
Since:
1.0.0
Version:
1.0.8
Author:
Przemek Hertel
  • Constructor Details

    • MapPreparedParamCache

      public MapPreparedParamCache()
  • Method Details