Package | Description |
---|---|
org.apache.jackrabbit.core.data |
Modifier and Type | Method and Description |
---|---|
AsyncUploadCacheResult |
AsyncUploadCache.add(String fileName)
This methods checks if file can be added to
AsyncUploadCache.asyncUploadMap . |
AsyncUploadCacheResult |
AsyncUploadCache.remove(String fileName)
This methods removes file (if found) from
AsyncUploadCache.asyncUploadMap . |
AsyncUploadCacheResult |
LocalCache.store(String fileName,
File src,
boolean tryForAsyncUpload)
This method add file to
LocalCache and tries that file can be
added to AsyncUploadCache . |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.