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