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