CachePutCollision ClassNFX Class Library

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

How many times put could not insert new object in cache because there was no room and existing data could not be overwritten due to higher priority
Inheritance Hierarchy

OnlineSystem Object
  NFX.Instrumentation Datum
    NFX.Instrumentation Gauge
      NFX.Instrumentation LongGauge
        NFX.ApplicationModel.Pile.Instrumentation PileLongGauge
          NFX.ApplicationModel.Pile.Instrumentation CacheLongGauge
            NFX.ApplicationModel.Pile.Instrumentation CachePutCollision

Namespace: NFX.ApplicationModel.Pile.Instrumentation
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public class CachePutCollision : CacheLongGauge
See Also