Class CachingFileDataStore

All Implemented Interfaces:
DataStore, MultiDataStoreAware, TypedDataStore, SharedDataStore

@Deprecated(since="2024-09-23") public class CachingFileDataStore extends AbstractSharedCachingDataStore
Deprecated.
The Jackrabbit Oak Blob Plugins library is designed for Oak-internal use only and thus deprecated. It will not be part of the AEM SDK after April 2025.
File system implementation of AbstractSharedCachingDataStore.
  • Constructor Details

    • CachingFileDataStore

      public CachingFileDataStore()
      Deprecated.
  • Method Details

    • setProperties

      public void setProperties(Properties properties)
      Deprecated.
      Properties required to configure the Backend
    • getMinRecordLength

      public int getMinRecordLength()
      Deprecated.
      Description copied from interface: DataStore
      Get the minimum size of an object that should be stored in this data store. Depending on the overhead and configuration, each store may return a different value.
      Returns:
      the minimum size in bytes
    • setMinRecordLength

      public void setMinRecordLength(int minRecordLength)
      Deprecated.