Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the location of cache storage for caching Web Part values.
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 | 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. |