Class CompactSerializationCache.TouchCountVisitor

java.lang.Object
com.tangosol.net.cache.CompactSerializationCache.TouchCountVisitor
All Implemented Interfaces:
BinaryLongMap.EntryVisitor, MultiBinaryLongMap.SafeEntryVisitor
Enclosing class:
CompactSerializationCache

protected static class CompactSerializationCache.TouchCountVisitor extends Object implements MultiBinaryLongMap.SafeEntryVisitor
TouchCountVisitor is applied to the touch-count map by EvictionPolicy implementations that rely on the touch-count to retrieve and adjust the touch-count.
  • Field Details

    • m_cTouchesLast

      protected int m_cTouchesLast
      The touch-count of the last visited entry.
  • Constructor Details

    • TouchCountVisitor

      protected TouchCountVisitor()
  • Method Details