IMetadataStructureCacheEventSinkSetTargetCache Method |
Changes the target cache object that gets updated according to this event sink.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxvoid SetTargetCache(
IMetadataStructureCacheUpdate cache
)
Sub SetTargetCache (
cache As IMetadataStructureCacheUpdate
)
void SetTargetCache(
IMetadataStructureCacheUpdate^ cache
)
Parameters
- cache
- Type: MFiles.VAF.MetadataCacheIMetadataStructureCacheUpdate
The new cache object.
See Also