Share via


SiteCacheSettings Members

Include Protected Members
Include Inherited Members

Provides the current settings of the cache for the requested SPSite object.

The SiteCacheSettings type exposes the following members.

Properties

  Name Description
Public property AllowLayoutPageOverrides Determines whether PageLayoutobjects can override the default cache profile. If both a PageLayout and PublishingWeb objects define a cache profile, the PageLayout profile is used.
Public property AllowPublishingWebPageOverrides Determines whether PublishingWebs can override the default cache profile.
Public property CbqFlushOnSiteChange Determines whether a cached cross-list query result is used after any object in the site has changed.
Public property CbqFlushOnTimeChange If set to True, determines whether cross-list queries are cached for a number of seconds equal to CbqTimeToLive.
Public property CbqMultiplier Multiplies how many items should be requested on a cross-list query.
Public property CbqTimeToLive Determines the number of seconds that the Cross-List query cache in the object cache should keep query results.
Public property EnableCache Determines whether the output cache should be enabled.
Public property EnableDebuggingOutput Determines whether debugging output is written to the response.
Public property IsImportInProgress Determines whether a content deployment import operation is currently in progress.
Public property ObjectCacheSize Determines how much memory should be used by the object cache.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAnonymousPageCacheProfileId ID of the anonymous page output cache profile for this area.
Public method GetAuthenticatedPageCacheProfileId ID of the authenticated page output cache profile for this area.
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetSiteCacheSettings(SPSite) The default cache settings creator.
Public methodStatic member GetSiteCacheSettings(SPSite, Boolean) The default cache settings creator.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SiteCacheSettings Class

Microsoft.SharePoint.Publishing Namespace