MetadataStructureCacheSetOptions Method

Change the options that control cache behavior.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual void SetOptions(
	Vault vault,
	MetadataStructureCacheOptionFlags options
)

Parameters

vault  Vault
The vault with which to re-build the event driven caches with. Can be null if disabling.
options  MetadataStructureCacheOptionFlags
The options to use.

See Also