CacheType enumeration

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

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

No code example is currently available or this language may not be supported.

Member nameDescription
NoneNo property values are cached.
DatabaseStore cached property values in the SharePoint database.
CacheObjectStore cached property values using the ASP.NET Cache object.
Show: