Class EntityCacheStatistics


  • public class EntityCacheStatistics
    extends java.lang.Object
    This class stores various statistics on an EntityCache
    • Constructor Detail

      • EntityCacheStatistics

        public EntityCacheStatistics()
    • Method Detail

      • incEntities

        public void incEntities()
        Increments the entity count
      • incHits

        public void incHits()
        Increments the hit count
      • incMisses

        public void incMisses()
        Increments the miss count
      • reset

        public void reset()
        Clears the statistics
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object