com.groupdocs.viewer.caching
Contents
[
Hide
]
The package provides classes for customizing caching behavior.
The main classes and interfaces in this package are:
- CacheKeys - Provides methods to retrieve unique identifiers for the cache entry.
- FileCache - Represents a local on-disk cache.
The Cache interface defines methods required for storing rendered documents and document resources in the cache.
For more details on customizing caching behavior in GroupDocs.Viewer, please refer to the GroupDocs.Viewer Documentation.
Classes
Class | Description |
---|---|
CacheKeys | Provides methods to retrieve the unique identifier for a cache entry. |
FileCache | Represents a local on-disk cache. |
Interfaces
Interface | Description |
---|---|
Cache | Defines methods required for storing rendered documents and document resources cache. |