Uses of Interface
org.restheart.cache.Cache
-
Packages that use Cache 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 Cache in org.restheart.cache
Subinterfaces of Cache in org.restheart.cache Modifier and Type Interface Description interfaceLoadingCache<K,V>Methods in org.restheart.cache that return Cache Modifier and Type Method Description static <K,V>
Cache<K,V>CacheFactory. createLocalCache(long size, Cache.EXPIRE_POLICY expirePolicy, long ttl)static <K,V>
Cache<K,V>CacheFactory. createLocalCache(long size, Cache.EXPIRE_POLICY expirePolicy, long ttl, Consumer<Map.Entry<K,Optional<V>>> remover) -
Uses of Cache in org.restheart.cache.impl
Classes in org.restheart.cache.impl that implement Cache Modifier and Type Class Description classGuavaCache<K,V>classGuavaLoadingCache<K,V>
-