public static enum CacheFactory.CacheType extends Enum<CacheFactory.CacheType>
Enum Constant and Description |
---|
MEMORY
Cache type that don't survive a system restart.
|
PERSISTENT
Cache type that survives a system restart.
|
Modifier and Type | Method and Description |
---|---|
static CacheFactory.CacheType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheFactory.CacheType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheFactory.CacheType PERSISTENT
public static final CacheFactory.CacheType MEMORY
public static CacheFactory.CacheType[] values()
for (CacheFactory.CacheType c : CacheFactory.CacheType.values()) System.out.println(c);
public static CacheFactory.CacheType 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 null
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.