Uses of Interface
com.github.benmanes.caffeine.cache.Cache
Packages that use Cache
Package
Description
This package contains caching utilities.
-
Uses of Cache in com.github.benmanes.caffeine.cache
Subinterfaces of Cache in com.github.benmanes.caffeine.cacheModifier and TypeInterfaceDescriptioninterfaceLoadingCache<K,V> A semi-persistent mapping from keys to values.Methods in com.github.benmanes.caffeine.cache that return CacheModifier and TypeMethodDescriptionCaffeine.build()Builds a cache which does not automatically load values when keys are requested unless a mapping function is provided.AsyncCache.synchronous()Returns a view of the entries stored in this cache as a synchronousCache. -
Uses of Cache in com.github.benmanes.caffeine.jcache
Constructors in com.github.benmanes.caffeine.jcache with parameters of type CacheModifierConstructorDescriptionCacheProxy(String name, Executor executor, javax.cache.CacheManager cacheManager, CaffeineConfiguration<K, V> configuration, Cache<K, Expirable<V>> cache, EventDispatcher<K, V> dispatcher, Optional<javax.cache.integration.CacheLoader<K, V>> cacheLoader, javax.cache.expiry.ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics)