Click or drag to resize

ShellFolderServerIsCacheEnabled Property

Gets or sets a value indicating whether the IPC cache is enabled. If set to false, the cache will be cleared.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected bool IsCacheEnabled { get; set; }

Property Value

Type: Boolean
true if the IPC cache is enabled; otherwise, false.
See Also