Package org.fcrepo.storage.ocfl.cache
-
Interface Summary Interface Description Cache<K,V> Cache 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.