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 AsyncUploadCacheResultAsyncUploadCache. add(String fileName)This methods checks if file can be added toAsyncUploadCache.asyncUploadMap.AsyncUploadCacheResultAsyncUploadCache. remove(String fileName)This methods removes file (if found) fromAsyncUploadCache.asyncUploadMap.AsyncUploadCacheResultLocalCache. store(String fileName, File src, boolean tryForAsyncUpload)This method add file toLocalCacheand tries that file can be added toAsyncUploadCache.
-