Package | Description |
---|---|
com.groupdocs.viewer.domain.cache | |
com.groupdocs.viewer.handler.cache |
The GroupDocs.Viewer.Handler.Cache namespace exposes interfaces which should be implemented to customize caching behaviour.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedAttachmentDescription
Class that describes cached document which is an attachment from another document.
|
class |
CachedDocumentDescription
Class that describes cached document.
|
class |
CachedPageDescription
Class that describes cached document page.
|
class |
CachedPageResourceDescription
Class that describes cached document page resource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ICacheDataHandler.exists(CacheFileDescription cachedPageDescription)
Checks whether specified file description existed in cache.
|
String |
ICacheDataHandler.getFilePath(CacheFileDescription cacheFileDescription)
Gets the path to the cached document.
|
InputStream |
ICacheDataHandler.getInputStream(CacheFileDescription cachedPageDescription)
Gets the input stream.
|
Date |
ICacheDataHandler.getLastModificationDate(CacheFileDescription cachedPageDescription)
Gets the last modification date.
|
OutputStream |
ICacheDataHandler.getOutputSaveStream(CacheFileDescription cachedPageDescription)
Gets the output save stream.
|
Copyright © 2018. All rights reserved.