public static enum Cachable.CacheType extends java.lang.Enum<Cachable.CacheType>
| Modifier and Type | Method and Description |
|---|---|
static Cachable.CacheType |
findByName(java.lang.String input) |
java.lang.String |
getCacheName() |
java.lang.Class<?> |
getKeyType() |
java.lang.Class<?> |
getValueType() |
boolean |
isKeyPrefixedWithTableName() |
static Cachable.CacheType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cachable.CacheType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cachable.CacheType RECORD_ID
public static final Cachable.CacheType ACCOUNT_RECORD_ID
public static final Cachable.CacheType TENANT_RECORD_ID
public static final Cachable.CacheType OBJECT_ID
public static final Cachable.CacheType TENANT_CATALOG
public static final Cachable.CacheType TENANT_PAYMENT_STATE_MACHINE_CONFIG
public static final Cachable.CacheType TENANT_OVERDUE_CONFIG
public static final Cachable.CacheType TENANT_CONFIG
public static final Cachable.CacheType TENANT_KV
public static final Cachable.CacheType TENANT
public static final Cachable.CacheType OVERRIDDEN_PLAN
public static final Cachable.CacheType ACCOUNT_IMMUTABLE
public static final Cachable.CacheType ACCOUNT_BCD
public static final Cachable.CacheType ACCOUNT_ID_FROM_BUNDLE_ID
public static final Cachable.CacheType BUNDLE_ID_FROM_SUBSCRIPTION_ID
public static Cachable.CacheType[] values()
for (Cachable.CacheType c : Cachable.CacheType.values()) System.out.println(c);
public static Cachable.CacheType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Cachable.CacheType findByName(java.lang.String input)
public java.lang.String getCacheName()
public java.lang.Class<?> getKeyType()
public java.lang.Class<?> getValueType()
public boolean isKeyPrefixedWithTableName()
Copyright © 2010-2020. All Rights Reserved.