Uses of Interface
org.restheart.cache.Cache
Packages that use Cache
Package
Description
Cache abstraction layer classes that makes possible injecting the actual cache implementation via configuration.
Actual caches implementations.
-
Uses of Cache in org.restheart.cache
Subinterfaces of Cache in org.restheart.cacheMethods in org.restheart.cache that return CacheModifier and TypeMethodDescriptionstatic <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 CacheModifier and TypeClassDescriptionclassCaffeineCache<K,V> classCaffeineLoadingCache<K,V> classHashMapLoadingCache<K,V>