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 | |
---|---|---|
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. | |
AllowPublishingWebPageOverrides | Determines whether PublishingWebs can override the default cache profile. | |
CbqFlushOnSiteChange | Determines whether a cached cross-list query result is used after any object in the site has changed. | |
CbqFlushOnTimeChange | If set to True, determines whether cross-list queries are cached for a number of seconds equal to CbqTimeToLive. | |
CbqMultiplier | Multiplies how many items should be requested on a cross-list query. | |
CbqTimeToLive | Determines the number of seconds that the Cross-List query cache in the object cache should keep query results. | |
EnableCache | Determines whether the output cache should be enabled. | |
EnableDebuggingOutput | Determines whether debugging output is written to the response. | |
IsImportInProgress | Determines whether a content deployment import operation is currently in progress. | |
ObjectCacheSize | Determines how much memory should be used by the object cache. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAnonymousPageCacheProfileId | ID of the anonymous page output cache profile for this area. | |
GetAuthenticatedPageCacheProfileId | ID of the authenticated page output cache profile for this area. | |
GetHashCode | (Inherited from Object.) | |
GetSiteCacheSettings(SPSite) | The default cache settings creator. | |
GetSiteCacheSettings(SPSite, Boolean) | The default cache settings creator. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top