CacheKeys
CacheKeys class
提供方法来检索缓存条目的唯一标识符。
public static class CacheKeys
方法
姓名 | 描述 |
---|---|
static GetAttachmentKey(string) | 返回表示附件文件的缓存条目的唯一标识符。 |
static GetAttachmentsKey() | 返回表示集合的缓存条目的唯一标识符Attachment 对象. |
static GetFileInfoKey() | 返回表示缓存条目的唯一标识符ViewInfo 对象. |
static GetFileKey(string) | 返回表示文件的缓存条目的唯一标识符。 |
static GetPageKey(int, string) | 返回表示页面文件的缓存条目的唯一标识符。 |
static GetResourceFilter(int) | 返回过滤器字符串以搜索表示Resource 对象. |
static GetResourceKey(int, Resource) | 返回表示缓存条目的唯一标识符Resource 对象. |
static GetViewInfoKey() | 返回表示缓存条目的唯一标识符ViewInfo 对象. |