PutPriorityPreventedCollisionCount ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

How many times a call to Put() could have resulted in new value overriding existing one because of collision, however the situation was prevented because existing item had higher priority than the newer one
Inheritance Hierarchy

OnlineSystem Object
  NFX.Instrumentation Datum
    NFX.Instrumentation Gauge
      NFX.Instrumentation LongGauge
        NFX.DataAccess.Cache.Instrumentation CacheLongGauge
          NFX.DataAccess.Cache.Instrumentation PutPriorityPreventedCollisionCount

Namespace: NFX.DataAccess.Cache.Instrumentation
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public class PutPriorityPreventedCollisionCount : CacheLongGauge
See Also