#27970

Since v361b2 there 2 new API calls: getCache() and setCache(). The methods allow to save and reuse PD4ML cache instance for a case if its static hash tables are aggressively garbage collected by JVM.

Please avoid to use a single cache wrapper instance from a multiple threads simultaneously.