Uses of Class
com.github.benmanes.caffeine.jcache.CacheProxy
Packages that use CacheProxy
Package
Description
-
Uses of CacheProxy in com.github.benmanes.caffeine.jcache
Subclasses of CacheProxy in com.github.benmanes.caffeine.jcacheModifier and TypeClassDescriptionfinal classLoadingCacheProxy<K,V> An implementation of JSR-107Cachebacked by a Caffeine loading cache.Methods in com.github.benmanes.caffeine.jcache that return CacheProxy -
Uses of CacheProxy in com.github.benmanes.caffeine.jcache.integration
Methods in com.github.benmanes.caffeine.jcache.integration with parameters of type CacheProxyModifier and TypeMethodDescriptionvoidJCacheLoaderAdapter.setCache(CacheProxy<K, V> cache) Sets the cache instance that was created with this loader.