Package | Description |
---|---|
com.groupdocs.viewer.caching |
The package provides classes for customizing caching behaviour.
|
com.groupdocs.viewer.interfaces |
The package provides interfaces to instantiate and release output document and it's resources.
|
Modifier and Type | Method and Description |
---|---|
static Resource |
CacheKeys.createResourceByKeyAndFilter(String key,
String filter) |
Modifier and Type | Method and Description |
---|---|
static String |
CacheKeys.getResourceKey(int pageNumber,
Resource resource)
Returns unique identifier for the cache entry that represents
Resource object. |
Modifier and Type | Method and Description |
---|---|
void |
ResourceStreamFactory.closeResourceStream(int pageNumber,
Resource resource,
OutputStream resourceStream)
Releases the stream created by
ResourceStreamFactory.createResourceStream(int, Resource) method. |
OutputStream |
ResourceStreamFactory.createResourceStream(int pageNumber,
Resource resource)
Creates the stream used to write output HTML resource data.
|
String |
ResourceStreamFactory.createResourceUrl(int pageNumber,
Resource resource)
Creates the URL for HTML resource.
|
Copyright © 2020. All rights reserved.