Uses of Interface
io.github.oberhoff.distributedcaffeine.DistributedLoadingCache
-
Packages that use DistributedLoadingCache 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 DistributedLoadingCache in io.github.oberhoff.distributedcaffeine
Methods in io.github.oberhoff.distributedcaffeine that return DistributedLoadingCache Modifier and Type Method Description DistributedLoadingCache<K,V>
DistributedCaffeine.Builder. build(com.github.benmanes.caffeine.cache.CacheLoader<K,V> cacheLoader)
Same asCaffeine.build(CacheLoader)
.
-