Uses of Interface
org.restheart.cache.LoadingCache
-
Packages that use LoadingCache Package Description org.restheart.cache Cache abstraction layer classes that makes possible injecting the actual cache implementation via configuration.org.restheart.cache.impl Wrappers of actual caches implementations. -
-
Uses of LoadingCache in org.restheart.cache
Methods in org.restheart.cache that return LoadingCache Modifier and Type Method Description static <K,V>
LoadingCache<K,V>CacheFactory. createLocalLoadingCache(long size, Cache.EXPIRE_POLICY expirePolicy, long ttl, Function<K,V> loader) -
Uses of LoadingCache in org.restheart.cache.impl
Classes in org.restheart.cache.impl that implement LoadingCache Modifier and Type Class Description classGuavaLoadingCache<K,V>
-