Uses of Interface
com.github.benmanes.caffeine.cache.LoadingCache
Packages that use LoadingCache
Package
Description
This package contains caching utilities.
-
Uses of LoadingCache in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache that return LoadingCacheModifier and TypeMethodDescription<K1 extends K, V1 extends V>
@NonNull LoadingCache<K1, V1> Caffeine.build(@NonNull CacheLoader<? super K1, V1> loader) Builds a cache, which either returns an already-loaded value for a given key or atomically computes or retrieves it using the suppliedCacheLoader.@NonNull LoadingCache<K, V> AsyncLoadingCache.synchronous()Returns a view of the entries stored in this cache as a synchronousLoadingCache. -
Uses of LoadingCache in com.github.benmanes.caffeine.jcache
Constructors in com.github.benmanes.caffeine.jcache with parameters of type LoadingCacheModifierConstructorDescriptionLoadingCacheProxy(String name, Executor executor, javax.cache.CacheManager cacheManager, CaffeineConfiguration<K, V> configuration, LoadingCache<K, Expirable<V>> cache, EventDispatcher<K, V> dispatcher, javax.cache.integration.CacheLoader<K, V> cacheLoader, javax.cache.expiry.ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics)