public static class CachingOptions.KeyCache
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CachingOptions.KeyCache.Type |
Modifier and Type | Field and Description |
---|---|
CachingOptions.KeyCache.Type |
type |
Constructor and Description |
---|
KeyCache(CachingOptions.KeyCache.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static CachingOptions.KeyCache |
fromString(java.lang.String keyCache) |
int |
hashCode() |
boolean |
isEnabled() |
java.lang.String |
toString() |
public final CachingOptions.KeyCache.Type type
public KeyCache(CachingOptions.KeyCache.Type type)
public static CachingOptions.KeyCache fromString(java.lang.String keyCache)
public boolean isEnabled()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2016 The Apache Software Foundation