VaultApplicationBaseGetMetadataStructureCache Method

Creates the metadata structure cache for the given vault. If the caching is not desired then this method should be overridden and it should return null.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual IMetadataStructureCache GetMetadataStructureCache(
	Vault vault,
	bool refresh
)

Parameters

vault  Vault
The vault object.
refresh  Boolean
Tells if the cache should be refreshed or re-created before returning it.

Return Value

IMetadataStructureCache
The metadata structure cache object for the given vault or null is cache is not used.

See Also