Uses of Class
com.github.benmanes.caffeine.jcache.CacheProxy.PutResult
Packages that use CacheProxy.PutResult
-
Uses of CacheProxy.PutResult in com.github.benmanes.caffeine.jcache
Methods in com.github.benmanes.caffeine.jcache that return CacheProxy.PutResultModifier and TypeMethodDescriptionprotected CacheProxy.PutResult<V> CacheProxy.putNoCopyOrAwait(K key, V value, boolean publishToWriter) Associates the specified value with the specified key in the cache.