Uses of Interface
org.restheart.cache.LoadingCache
Packages that use LoadingCache
Package
Description
Cache abstraction layer classes that makes possible injecting the actual cache implementation via configuration.
Actual caches implementations.
-
Uses of LoadingCache in org.restheart.cache
Methods in org.restheart.cache that return LoadingCacheModifier and TypeMethodDescriptionstatic <K,V> LoadingCache <K, V> CacheFactory.createHashMapLoadingCache(Function<K, V> loader) 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