Class HashMapLoadingCache<K,V>

java.lang.Object
org.restheart.cache.impl.HashMapLoadingCache<K,V>
Type Parameters:
K - the class of the keys.
V - the class of the values (is Optional-ized).
All Implemented Interfaces:
Cache<K,V>, LoadingCache<K,V>

public class HashMapLoadingCache<K,V> extends Object implements LoadingCache<K,V>
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Constructor Details

    • HashMapLoadingCache

      public HashMapLoadingCache(Function<K,V> loader)
  • Method Details