Uses of Interface
org.apache.jackrabbit.oak.commons.cache.Cache.Backend
-
Packages that use Cache.Backend Package Description org.apache.jackrabbit.oak.commons.cache org.apache.jackrabbit.oak.plugins.blob org.apache.jackrabbit.oak.plugins.blob.cloud org.apache.jackrabbit.oak.plugins.document.mongo org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStoreandBlobStorefor relational databases.org.apache.jackrabbit.oak.spi.blob -
-
Uses of Cache.Backend in org.apache.jackrabbit.oak.commons.cache
Methods in org.apache.jackrabbit.oak.commons.cache with parameters of type Cache.Backend Modifier and Type Method Description static <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 Modifier and Type Class Description classCachingBlobStoreA blob store with a cache. -
Uses of Cache.Backend in org.apache.jackrabbit.oak.plugins.blob.cloud
Classes in org.apache.jackrabbit.oak.plugins.blob.cloud that implement Cache.Backend Modifier and Type Class Description classCloudBlobStoreImplementation of theBlobStoreto 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.Backend Modifier and Type Class Description classMongoBlobStoreImplementation 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 Modifier and Type Class Description classRDBBlobStore -
Uses of Cache.Backend in org.apache.jackrabbit.oak.spi.blob
Classes in org.apache.jackrabbit.oak.spi.blob that implement Cache.Backend Modifier and Type Class Description classAbstractBlobStoreAn abstract data store that splits the binaries in relatively small blocks, so that each block fits in memory.classFileBlobStoreA file blob store.classMemoryBlobStoreA memory blob store.
-