CacheType enumeration
定義快取網頁組件值的快取儲存區的位置。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Enumeration CacheType
'用途
Dim instance As CacheType
public enum CacheType
Members
Member name | Description | |
---|---|---|
None | 沒有屬性值會快取。 | |
Database | 快取的屬性值儲存在 SharePoint 資料庫中。 | |
CacheObject | 儲存使用 ASP.NET Cache物件的快取的屬性值。 |