Uses of Interface
org.apache.jackrabbit.oak.commons.cache.Cache.Backend
Packages that use Cache.Backend
-
Uses of Cache.Backend in org.apache.jackrabbit.oak.commons.cache
Methods in org.apache.jackrabbit.oak.commons.cache with parameters of type Cache.BackendModifier and TypeMethodDescriptionstatic <K,
V extends Cache.Value>
Cache<K,V> Cache.newInstance
(Cache.Backend<K, V> backend, int maxMemoryBytes) -
Uses of Cache.Backend in org.apache.jackrabbit.oak.plugins.blob
Classes in org.apache.jackrabbit.oak.plugins.blob that implement Cache.Backend -
Uses of Cache.Backend in org.apache.jackrabbit.oak.plugins.blob.cloud
Classes in org.apache.jackrabbit.oak.plugins.blob.cloud that implement Cache.BackendModifier and TypeClassDescriptionclass
Implementation of theBlobStore
to store blobs in a cloud blob store. -
Uses of Cache.Backend in org.apache.jackrabbit.oak.plugins.document.mongo
Classes in org.apache.jackrabbit.oak.plugins.document.mongo that implement Cache.BackendModifier and TypeClassDescriptionclass
Implementation of blob store for the MongoDB extending fromCachingBlobStore
. -
Uses of Cache.Backend in org.apache.jackrabbit.oak.plugins.document.rdb
Classes in org.apache.jackrabbit.oak.plugins.document.rdb that implement Cache.Backend -
Uses of Cache.Backend in org.apache.jackrabbit.oak.spi.blob
Classes in org.apache.jackrabbit.oak.spi.blob that implement Cache.BackendModifier and TypeClassDescriptionclass
An abstract data store that splits the binaries in relatively small blocks, so that each block fits in memory.class
A file blob store.class
A memory blob store.