Uses of Interface
io.github.oberhoff.distributedcaffeine.DistributedPolicy
-
Packages that use DistributedPolicy 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 in io.github.oberhoff.distributedcaffeine
Methods in io.github.oberhoff.distributedcaffeine that return DistributedPolicy Modifier and Type Method Description DistributedPolicy<K,V>
DistributedCache. distributedPolicy()
Returns an access point for inspecting and performing low-level operations on the cache instance.
-