Package net.bluemind.core.utils
package net.bluemind.core.utils
-
ClassDescriptionNoopCache<K,
V> A cache implementation that remains an empty collection and returns null when trying to access records, only the get functionV get(K key, Function<? super K, ? extends V> mappingFunction)
will execute the mapping function if it exists