Package | Description |
---|---|
com.groupdocs.viewer |
The package provides classes for rendering documents in HTML5, Image or PDF modes fast and with high quality.
|
com.groupdocs.viewer.caching |
The package provides classes for customizing caching behaviour.
|
Modifier and Type | Method and Description |
---|---|
Cache |
ViewerSettings.getCache()
The cache implementation used for storing rendering results.
|
Constructor and Description |
---|
ViewerSettings(Cache cache)
Initializes new instance of
ViewerSettings class. |
ViewerSettings(Cache cache,
com.groupdocs.foundation.logging.ILogger logger)
Initializes new instance of
ViewerSettings class. |
Modifier and Type | Class and Description |
---|---|
class |
FileCache
Represents a local on-disk cache.
|