CacheKeys
Leave feedback
On this page
Provides methods to retrieve unique identifier for the cache entry.
public static class CacheKeys
| Name | Description |
|---|---|
| static GetAttachmentKey(string) | Returns unique identifier for the cache entry that represents attachment file. |
| static GetAttachmentsKey() | Returns unique identifier for the cache entry that represents collection of Attachment objects. |
| static GetFileInfoKey() | Returns unique identifier for the cache entry that represents ViewInfo object. |
| static GetFileKey(string) | Returns unique identifier for the cache entry that represents file. |
| static GetPageKey(int, string) | Returns unique identifier for the cache entry that represents page file. |
| static GetResourceFilter(int) | Returns filter string to search for cache entries that represents Resource objects. |
| static GetResourceKey(int, Resource) | Returns unique identifier for the cache entry that represents Resource object. |
| static GetViewInfoKey() | Returns unique identifier for the cache entry that represents ViewInfo object. |
- namespace GroupDocs.Viewer.Caching
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.