Package | Description |
---|---|
org.teiid.cache |
Modifier and Type | Method and Description |
---|---|
CacheConfiguration.Policy |
CacheConfiguration.getPolicy() |
static CacheConfiguration.Policy |
CacheConfiguration.Policy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheConfiguration.Policy[] |
CacheConfiguration.Policy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CacheConfiguration(CacheConfiguration.Policy policy,
int maxAgeInSeconds,
int maxNodes,
String location) |
Copyright © 2019. All rights reserved.