Class CachingBlobStore

java.lang.Object
org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore
org.apache.jackrabbit.oak.plugins.blob.CachingBlobStore
All Implemented Interfaces:
AutoCloseable, Cache.Backend<AbstractBlobStore.BlockId,AbstractBlobStore.Data>, BlobStore, GarbageCollectableBlobStore
Direct Known Subclasses:
CloudBlobStore, MongoBlobStore, RDBBlobStore

public abstract class CachingBlobStore extends AbstractBlobStore
A blob store with a cache.
  • Field Details

  • Constructor Details

    • CachingBlobStore

      public CachingBlobStore(long cacheSize)
    • CachingBlobStore

      public CachingBlobStore()
  • Method Details

    • clearCache

      public void clearCache()
      Description copied from interface: GarbageCollectableBlobStore
      Clear the cache.
    • getBlobCacheSize

      public long getBlobCacheSize()
    • getCacheStats

      public CacheStats getCacheStats()