Uses of Class
org.apache.jackrabbit.core.data.AsyncUploadCacheResult
-
Packages that use AsyncUploadCacheResult Package Description org.apache.jackrabbit.core.data -
-
Uses of AsyncUploadCacheResult in org.apache.jackrabbit.core.data
Methods in org.apache.jackrabbit.core.data that return AsyncUploadCacheResult Modifier and Type Method Description AsyncUploadCacheResult
AsyncUploadCache. add(String fileName)
This methods checks if file can be added toAsyncUploadCache.asyncUploadMap
.AsyncUploadCacheResult
AsyncUploadCache. remove(String fileName)
This methods removes file (if found) fromAsyncUploadCache.asyncUploadMap
.AsyncUploadCacheResult
LocalCache. store(String fileName, File src, boolean tryForAsyncUpload)
This method add file toLocalCache
and tries that file can be added toAsyncUploadCache
.
-