MemoryAdapterFactory<TSerializer>.CacheMonitorFactory Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a cache monitor to report cache related metrics Return a ICacheMonitor
protected Func<Orleans.Providers.Streams.Common.CacheMonitorDimensions,Orleans.Runtime.Logger,Orleans.Providers.Streams.Common.ICacheMonitor> CacheMonitorFactory;
protected Func<Orleans.Providers.Streams.Common.CacheMonitorDimensions,Orleans.Runtime.ITelemetryProducer,Orleans.Providers.Streams.Common.ICacheMonitor> CacheMonitorFactory;
protected Func<Orleans.Providers.Streams.Common.CacheMonitorDimensions,Orleans.Providers.Streams.Common.ICacheMonitor> CacheMonitorFactory;
val mutable CacheMonitorFactory : Func<Orleans.Providers.Streams.Common.CacheMonitorDimensions, Orleans.Runtime.Logger, Orleans.Providers.Streams.Common.ICacheMonitor>
val mutable CacheMonitorFactory : Func<Orleans.Providers.Streams.Common.CacheMonitorDimensions, Orleans.Runtime.ITelemetryProducer, Orleans.Providers.Streams.Common.ICacheMonitor>
val mutable CacheMonitorFactory : Func<Orleans.Providers.Streams.Common.CacheMonitorDimensions, Orleans.Providers.Streams.Common.ICacheMonitor>
Protected CacheMonitorFactory As Func(Of CacheMonitorDimensions, Logger, ICacheMonitor)
Protected CacheMonitorFactory As Func(Of CacheMonitorDimensions, ITelemetryProducer, ICacheMonitor)
Protected CacheMonitorFactory As Func(Of CacheMonitorDimensions, ICacheMonitor)