Uses of Interface
org.fcrepo.storage.ocfl.cache.Cache
Packages that use Cache
-
Uses of Cache in org.fcrepo.storage.ocfl
Constructors in org.fcrepo.storage.ocfl with parameters of type CacheModifierConstructorDescriptionDefaultOcflObjectSession(String sessionId, io.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, Cache<String, String> rootIdCache, HeadersValidator headersValidator, boolean useUnsafeWrite) DefaultOcflObjectSessionFactory(io.ocfl.api.MutableOcflRepository ocflRepo, Path stagingRoot, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Cache<String, ResourceHeaders> headersCache, Cache<String, String> rootIdCache, CommitType defaultCommitType, String defaultVersionMessage, String defaultVersionUserName, String defaultVersionUserAddress) Creates a new DefaultOcflObjectSessionFactory -
Uses of Cache in org.fcrepo.storage.ocfl.cache
Classes in org.fcrepo.storage.ocfl.cache that implement CacheModifier and TypeClassDescriptionclassCaffeineCache<K,V> In-memory cache implementation that is a wrapper around a Caffeine cache.classNoOpCache<K,V> Pass-through cache implementation that never caches.