MetadataStructureCache Constructor

Initializes new metadata structure cache.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MetadataStructureCache(
	Vault vault,
	MetadataStructureCacheOptionFlags options = MetadataStructureCacheOptionFlags.DisableEventDrivenCaches
)

Parameters

vault  Vault
The vault with which to build the cache.
options  MetadataStructureCacheOptionFlags  (Optional)
Flags indicating how the cache should behave.

See Also