Package edu.wisc.library.ocfl.core.cache
-
Interface Summary Interface Description Cache<K,V> Extension point that allows the OCFL repository to use any number of different cache implementations so long as they conform to this interface. -
Class Summary Class Description CaffeineCache<K,V> In-memory cache implementation that is a wrapper around a Caffeine cache.NoOpCache<K,V> Pass-through cache implementation that never caches.