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