CacheType enumeration

Defines the location of cache storage for caching Web Part values.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration CacheType
'Usage
Dim instance As CacheType
public enum CacheType

Members

Member name Description
None No property values are cached.
Database Store cached property values in the SharePoint database.
CacheObject Store cached property values using the ASP.NET Cache object.

See also

Reference

Microsoft.SharePoint.WebPartPages namespace