Uses of Interface
org.cache2k.integration.AsyncCacheLoader
-
Packages that use AsyncCacheLoader Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache. -
-
Uses of AsyncCacheLoader in org.cache2k
Methods in org.cache2k with parameters of type AsyncCacheLoader Modifier and Type Method Description Cache2kBuilder<K,V>
Cache2kBuilder. loader(AsyncCacheLoader<K,V> oldLoader)
Deprecated.
-