Uses of Class
org.apache.jackrabbit.oak.plugins.blob.FileCache
-
Packages that use FileCache Package Description org.apache.jackrabbit.oak.plugins.blob -
-
Uses of FileCache in org.apache.jackrabbit.oak.plugins.blob
Methods in org.apache.jackrabbit.oak.plugins.blob that return FileCache Modifier and Type Method Description static FileCache
FileCache. build(long maxSize, File root, CacheLoader<String,InputStream> loader, @Nullable ExecutorService executor)
Methods in org.apache.jackrabbit.oak.plugins.blob with parameters of type FileCache Modifier and Type Method Description static UploadStagingCache
UploadStagingCache. build(File dir, File home, int uploadThreads, long size, org.apache.jackrabbit.oak.plugins.blob.StagingUploader uploader, @Nullable FileCache cache, org.apache.jackrabbit.oak.stats.StatisticsProvider statisticsProvider, @Nullable ListeningExecutorService executor, @Nullable ScheduledExecutorService scheduledExecutor, int purgeInterval, int retryInterval)
protected void
UploadStagingCache. setDownloadCache(@Nullable FileCache downloadCache)
-