SiteCacheSettingsWriter Properties

Include Protected Members
Include Inherited Members

The SiteCacheSettingsWriter type exposes the following members.

Properties

  Name Description
Public property AllowLayoutPageOverrides Gets or sets a value that indicates whether or not page layouts can override page cache profile settings.
Public property AllowPublishingWebPageOverrides Gets or sets a value that indicates whether or not areas can override page cache profile settings.
Public property CbqFlushOnSiteChange Gets or sets a value that indicates whether the cross-list query cache is invalidated when data in the site changes.
Public property CbqFlushOnTimeChange Gets or sets a value that indicates whether the cross-list query cache is invalidated after a fixed amount of time.
Public property CbqMultiplier Gets or sets a value that indicates the multiplication factor that should be applied to the result sets for a cross-list query. This allows for security trimming and other options to take place while still returning a full result set.
Public property CbqTimeToLive Gets or sets an integer that indicates the number of seconds to keep the cross-list query result cached if the FlushOnTimeChange option is enabled.
Public property CreateCachePerRequest Gets or sets a value that indicates whether or not a new cache should be created for each request. This property should only be used for testing purposes.
Public property EnableCache Gets or sets a value that indicates whether or not to enble the cache.
Public property EnableDebuggingOutput Gets or sets a value that indicates whether to enable debugging output.
Public property IsImportInProgress Determines whether a content deployment import operation is currently in progress. (Inherited from SiteCacheSettings.)
Public property ObjectCacheSize Gets or sets a value that indicates the maximum amount of memory that can be allocated to the object cache (in megabytes).

Top

See Also

Reference

SiteCacheSettingsWriter Class

Microsoft.SharePoint.Publishing Namespace