Class DataStoreCacheUtils
java.lang.Object
org.apache.jackrabbit.oak.plugins.blob.DataStoreCacheUtils
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.
Common utility methods used for DataStore caches.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic File
Deprecated.Obtain a placeholder in the file system folder for the given identifier.static void
recursiveDelete
(File f, File root) Deprecated.Delete the file from the given root directory all its empty parent-directories.
-
Constructor Details
-
DataStoreCacheUtils
public DataStoreCacheUtils()Deprecated.
-
-
Method Details
-
recursiveDelete
Deprecated.Delete the file from the given root directory all its empty parent-directories.- Parameters:
f
- the file to be deleted- Throws:
IOException
-
getFile
Deprecated.Obtain a placeholder in the file system folder for the given identifier.- Parameters:
id
- of the file- Returns:
- file handle
-