SiteCacheSettings 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 Gets a value that indicates whether PageLayout objects can override the default cache profile.
Public property AllowPublishingWebPageOverrides Determines whether PublishingWeb objects 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 this is true, we will cache cross list queries 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 Identifier (ID) of the anonymous page output cache profile for this area.
Public method GetAuthenticatedPageCacheProfileId Identifier (ID) of the authenticated page output cache profile for this area.
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetSiteCacheSettings Returns an object representing the site cache settings from the cache.
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