View Javadoc

1   package com.atlassian.cache;
2   
3   /**
4    *
5    * @since v2.4.0
6    */
7   public enum StatisticsType
8   {
9       COUNTER,
10      GAUGE
11  }