public interface ICacheDataHandler
Implement this interface to provide custom cache storage for GroupDocs.Conversion
Modifier and Type | Method and Description |
---|---|
boolean |
exists(CacheFileDescription cacheFileDescription) |
String |
getCacheUri(CacheFileDescription cacheFileDescription) |
InputStream |
getInputStream(CacheFileDescription cacheFileDescription) |
com.aspose.ms.System.IO.Stream |
getInputStreamInternal(CacheFileDescription cacheFileDescription) |
OutputStream |
getOutputSaveStream(CacheFileDescription cacheFileDescription) |
com.aspose.ms.System.IO.Stream |
getOutputSaveStreamInternal(CacheFileDescription cacheFileDescription) |
boolean exists(CacheFileDescription cacheFileDescription)
InputStream getInputStream(CacheFileDescription cacheFileDescription)
com.aspose.ms.System.IO.Stream getInputStreamInternal(CacheFileDescription cacheFileDescription)
OutputStream getOutputSaveStream(CacheFileDescription cacheFileDescription)
com.aspose.ms.System.IO.Stream getOutputSaveStreamInternal(CacheFileDescription cacheFileDescription)
String getCacheUri(CacheFileDescription cacheFileDescription)
Copyright © 2019. All rights reserved.