public static enum CacheServiceProvider.Impl extends Enum<CacheServiceProvider.Impl> implements CacheServiceProvider
CacheServiceProvider.Impl| Enum Constant and Description |
|---|
Auto |
EhCache |
Memcached |
NoCache |
Simple |
| Modifier and Type | Method and Description |
|---|---|
static CacheServiceProvider.Impl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheServiceProvider |
valueOfIgnoreCase(String name) |
static CacheServiceProvider.Impl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfget, getpublic static final CacheServiceProvider.Impl NoCache
public static final CacheServiceProvider.Impl Simple
public static final CacheServiceProvider.Impl EhCache
public static final CacheServiceProvider.Impl Memcached
public static final CacheServiceProvider.Impl Auto
public static CacheServiceProvider.Impl[] values()
for (CacheServiceProvider.Impl c : CacheServiceProvider.Impl.values()) System.out.println(c);
public static CacheServiceProvider.Impl 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 nullpublic static CacheServiceProvider valueOfIgnoreCase(String name)
Copyright © 2017 OSGL (Open Source General Library). All rights reserved.