Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
static CachingRuleSummary.Action |
CachingRuleSummary.Action.create(String key) |
CachingRuleSummary.Action |
CachingRuleSummary.getAction()
The action to take when the criteria of a caching rule are met.
|
static CachingRuleSummary.Action |
CachingRuleSummary.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachingRuleSummary.Action[] |
CachingRuleSummary.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CachingRuleSummary.Builder |
CachingRuleSummary.Builder.action(CachingRuleSummary.Action action)
The action to take when the criteria of a caching rule are met.
|
Constructor and Description |
---|
CachingRuleSummary(String key,
String name,
CachingRuleSummary.Action action,
String cachingDuration,
Boolean isClientCachingEnabled,
String clientCachingDuration,
List<CachingRuleCriteria> criteria)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.