Uses of Interface
io.github.oberhoff.distributedcaffeine.DistributedPolicy.CacheEntry
-
Packages that use DistributedPolicy.CacheEntry Package Description io.github.oberhoff.distributedcaffeine This package contains the main classes and interfaces for configuring, constructing and using Distributed Caffeine cache instances. -
-
Uses of DistributedPolicy.CacheEntry in io.github.oberhoff.distributedcaffeine
Methods in io.github.oberhoff.distributedcaffeine that return DistributedPolicy.CacheEntry Modifier and Type Method Description DistributedPolicy.CacheEntry<K,V>
DistributedPolicy. getFromMongo(K key, boolean includeEvicted)
Get the cache entry mapped to the specified key directly from the MongoDB collection bypassing this cache instance.Methods in io.github.oberhoff.distributedcaffeine that return types with arguments of type DistributedPolicy.CacheEntry Modifier and Type Method Description List<DistributedPolicy.CacheEntry<K,V>>
DistributedPolicy. getAllFromMongo(Iterable<? extends K> keys, boolean includeEvicted)
Get the cache entries mapped to the specified keys directly from the MongoDB collection bypassing this cache instance.
-