M-Files Vault Application Framework
C#
Show/Hide TOC
Metadata
Structure
Cache
Event
Sink
Set
Target
Cache Method
Changes the target cache object that gets updated according to this event sink.
Definition
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
void
SetTargetCache
(
IMetadataStructureCacheUpdate
cache
)
Parameters
cache
IMetadataStructureCacheUpdate
The new cache object.
Implements
IMetadataStructureCacheEventSink
SetTargetCache(IMetadataStructureCacheUpdate)
See Also
Reference
MetadataStructureCacheEventSink Class
MFiles.VAF.MetadataCache Namespace
In This Article
Definition
Parameters
Implements
See Also