CacheKeys class
CacheKeys class
Provides methods to retrieve unique identifier for the cache entry.
The CacheKeys type exposes the following members:
Methods
| Method | Description |
|---|---|
| get_attachments_key | Returns unique identifier for the cache entry that represents collection of Attachment objects. |
| get_attachment_key | Returns unique identifier for the cache entry that represents attachment file. |
| get_view_info_key | Returns unique identifier for the cache entry that represents ViewInfo object. |
| get_file_info_key | Returns unique identifier for the cache entry that represents ViewInfo object. |
| get_file_key | Returns unique identifier for the cache entry that represents file. |
| get_page_key | Returns unique identifier for the cache entry that represents page file. |
| get_resource_key | Returns unique identifier for the cache entry that represents Resource object. |
| get_resource_filter | Returns filter string to search for cache entries that represents Resource objects. |
See Also
- module
groupdocs.viewer.caching - class
Attachment - class
Resource - class
ViewInfo