Uses of Interface
edu.wisc.library.ocfl.core.cache.Cache
-
Packages that use Cache Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.cache edu.wisc.library.ocfl.core.storage -
-
Uses of Cache in edu.wisc.library.ocfl.core
Methods in edu.wisc.library.ocfl.core with parameters of type Cache Modifier and Type Method Description OcflRepositoryBuilderOcflRepositoryBuilder. inventoryCache(Cache<String,Inventory> inventoryCache)Used to cache deserialized inventories. -
Uses of Cache in edu.wisc.library.ocfl.core.cache
Classes in edu.wisc.library.ocfl.core.cache that implement Cache Modifier and Type Class Description classCaffeineCache<K,V>In-memory cache implementation that is a wrapper around a Caffeine cache.classNoOpCache<K,V>Pass-through cache implementation that never caches. -
Uses of Cache in edu.wisc.library.ocfl.core.storage
Constructors in edu.wisc.library.ocfl.core.storage with parameters of type Cache Constructor Description CachingOcflStorage(Cache<String,Inventory> inventoryCache, OcflStorage delegate)
-