1 package com.atlassian.vcache.internal.core.metrics; 2 3 /** 4 * Represents the different supported cache types. 5 * 6 * @since 1.0.0 7 */ 8 public enum CacheType { 9 JVM, REQUEST, EXTERNAL 10 }