IMetadataStructureCacheEventSink Interface

Interface for the event handlers that are responsible of updating the metadata structure cache.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IMetadataStructureCacheEventSink : IMethodSource
Implements
IMethodSource

Methods

GetMethodsByAttributeT Returns a collection of methods decorated with the given attribute.
(Inherited from IMethodSource)
SetTargetCache Changes the target cache object that gets updated according to this event sink.

See Also