CacheLongGauge ClassNFX Class Library

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

Provides base for cache long gauges
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 CacheCapacity
            NFX.ApplicationModel.Pile.Instrumentation CacheCount
            NFX.ApplicationModel.Pile.Instrumentation CacheGetHit
            NFX.ApplicationModel.Pile.Instrumentation CacheGetMiss
            NFX.ApplicationModel.Pile.Instrumentation CacheGrew
            NFX.ApplicationModel.Pile.Instrumentation CachePut
            NFX.ApplicationModel.Pile.Instrumentation CachePutCollision
            NFX.ApplicationModel.Pile.Instrumentation CachePutOverwrite
            NFX.ApplicationModel.Pile.Instrumentation CachePutReplace
            NFX.ApplicationModel.Pile.Instrumentation CacheRejuvenateHit
            NFX.ApplicationModel.Pile.Instrumentation CacheRejuvenateMiss
            NFX.ApplicationModel.Pile.Instrumentation CacheRemoveHit
            NFX.ApplicationModel.Pile.Instrumentation CacheRemoveMiss
            NFX.ApplicationModel.Pile.Instrumentation CacheShrunk
            NFX.ApplicationModel.Pile.Instrumentation CacheSweep
            NFX.ApplicationModel.Pile.Instrumentation CacheSweepDuration
            NFX.ApplicationModel.Pile.Instrumentation CacheTableCount

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

[SerializableAttribute]
public abstract class CacheLongGauge : PileLongGauge
See Also