Uses of Class
org.apache.jackrabbit.core.data.AsyncUploadCache
-
Packages that use AsyncUploadCache Package Description org.apache.jackrabbit.core.data -
-
Uses of AsyncUploadCache in org.apache.jackrabbit.core.data
Constructors in org.apache.jackrabbit.core.data with parameters of type AsyncUploadCache Constructor Description LocalCache(String path, String tmpPath, long maxSizeInBytes, double cachePurgeTrigFactor, double cachePurgeResizeFactor, AsyncUploadCache asyncUploadCache)
Build LRU cache of files located at 'path'.
-