接口 CacheableDataStatistics

    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static long NOT_CACHED_COUNT  
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      long getCacheHitCount()
      The number of successful cache look-ups for this data from its configured cache region since the last Statistics clearing
      long getCacheMissCount()
      The number of unsuccessful cache look-ups for this data from its configured cache region since the last Statistics clearing
      long getCachePutCount()
      The number of times this data has been into its configured cache region since the last Statistics clearing
      String getCacheRegionName()
      The name of the region where this data is cached.
    • 字段详细资料

      • NOT_CACHED_COUNT

        static final long NOT_CACHED_COUNT
        另请参阅:
        常量字段值
    • 方法详细资料

      • getCacheRegionName

        String getCacheRegionName()
        The name of the region where this data is cached.
      • getCachePutCount

        long getCachePutCount()
        The number of times this data has been into its configured cache region since the last Statistics clearing
      • getCacheHitCount

        long getCacheHitCount()
        The number of successful cache look-ups for this data from its configured cache region since the last Statistics clearing
      • getCacheMissCount

        long getCacheMissCount()
        The number of unsuccessful cache look-ups for this data from its configured cache region since the last Statistics clearing