public static enum CacheConfig.Caches extends Enum<CacheConfig.Caches>
| Enum Constant and Description |
|---|
GREMLIN_QUERY |
| Modifier and Type | Method and Description |
|---|---|
int |
maxSize() |
int |
ttl() |
static CacheConfig.Caches |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheConfig.Caches[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheConfig.Caches GREMLIN_QUERY
public static CacheConfig.Caches[] values()
for (CacheConfig.Caches c : CacheConfig.Caches.values()) System.out.println(c);
public static CacheConfig.Caches 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 int maxSize()
public int ttl()
Copyright © 2024 The Apache Software Foundation. All rights reserved.