CacheKeys

CacheKeys class

Provides methods to retrieve unique identifier for the cache entry.

public static class CacheKeys

Methods

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.

See Also