Class LoadingCacheProxy<K,V>

java.lang.Object
com.github.benmanes.caffeine.jcache.CacheProxy<K,V>
com.github.benmanes.caffeine.jcache.LoadingCacheProxy<K,V>
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Cache.Entry<K,V>>, Cache<K,V>

public final class LoadingCacheProxy<K,V> extends CacheProxy<K,V>
An implementation of JSR-107 Cache backed by a Caffeine loading cache.