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.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected virtual IMetadataStructureCache GetMetadataStructureCache(
Vault vault,
bool refresh
)
- vault Vault
- The vault object.
- refresh Boolean
- Tells if the cache should be refreshed or re-created before returning it.
IMetadataStructureCacheThe metadata structure cache object for the given vault or null is cache is not used.