public enum CacheStatType extends Enum<CacheStatType>
| Modifier and Type | Method and Description |
|---|---|
static CacheStatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheStatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheStatType PAGE_CACHE_HIT_RATE
public static final CacheStatType STRUCTURED_CONTENT_CACHE_HIT_RATE
public static final CacheStatType URL_HANDLER_CACHE_HIT_RATE
public static final CacheStatType PRODUCT_URL_MISSING_CACHE_HIT_RATE
public static final CacheStatType CATEGORY_URL_MISSING_CACHE_HIT_RATE
public static final CacheStatType TRANSLATION_CACHE_HIT_RATE
public static final CacheStatType RESOURCE_BUNDLING_CACHE_HIT_RATE
public static final CacheStatType GENERATED_RESOURCE_CACHE_HIT_RATE
public static CacheStatType[] values()
for (CacheStatType c : CacheStatType.values()) System.out.println(c);
public static CacheStatType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All Rights Reserved.