CacheType 枚举

定义用于缓存的 Web 部件值的缓存存储的位置。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Enumeration CacheType
用法
Dim instance As CacheType
public enum CacheType

成员

成员名称 说明
None 没有属性值会缓存。
Database SharePoint 数据库中存储缓存的属性的值。
CacheObject 存储使用 ASP.NET Cache对象的缓存的属性值。

另请参阅

引用

Microsoft.SharePoint.WebPartPages 命名空间