K - the type of key to useV - the type of value to cachepublic class NoopCacheService<K,V> extends Object implements CacheService<K,V>
CacheService.TrellisProfileCache| Constructor and Description |
|---|
NoopCacheService() |
public V get(K key, Function<K,V> mappingFunction)
CacheServiceget in interface CacheService<K,V>key - the keymappingFunction - attempts to compute a mapping for the specified keynull