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. |
ViewerSettings(com.groupdocs.foundation.logging.ILogger logger)
Initializes new instance of
ViewerSettings class. |
Modifier and Type | Method and Description |
---|---|
Cache |
getCache()
The cache implementation used for storing rendering results.
|
com.groupdocs.foundation.logging.ILogger |
getLogger()
The logger implementation used for logging (Errors, Warnings, Traces).
|
public ViewerSettings(Cache cache)
Initializes new instance of ViewerSettings
class.
cache
- The cache.public ViewerSettings(Cache cache, com.groupdocs.foundation.logging.ILogger logger)
ViewerSettings
class.cache
- The cache.logger
- The logger.public ViewerSettings(com.groupdocs.foundation.logging.ILogger logger)
ViewerSettings
class.logger
- The logger.public final Cache getCache()
The cache implementation used for storing rendering results.
public com.groupdocs.foundation.logging.ILogger getLogger()