Uses of Interface
org.fcrepo.storage.ocfl.cache.Cache
-
Packages that use Cache Package Description org.fcrepo.storage.ocfl org.fcrepo.storage.ocfl.cache -
-
Uses of Cache in org.fcrepo.storage.ocfl
Constructors in org.fcrepo.storage.ocfl with parameters of type Cache Constructor Description DefaultOcflObjectSession(String sessionId, edu.wisc.library.ocfl.api.MutableOcflRepository ocflRepo, String ocflObjectId, Path objectStaging, com.fasterxml.jackson.databind.ObjectReader headerReader, com.fasterxml.jackson.databind.ObjectWriter headerWriter, CommitType commitType, Cache<String,ResourceHeaders> headersCache)DefaultOcflObjectSessionFactory(edu.wisc.library.ocfl.api.MutableOcflRepository ocflRepo, Path stagingRoot, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Cache<String,ResourceHeaders> headersCache, CommitType defaultCommitType, String defaultVersionMessage, String defaultVersionUserName, String defaultVersionUserAddress) -
Uses of Cache in org.fcrepo.storage.ocfl.cache
Classes in org.fcrepo.storage.ocfl.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.
-