Package | Description |
---|---|
org.teiid.translator |
Modifier and Type | Method and Description |
---|---|
CacheDirective.Scope |
ExecutionContext.getScope()
Get the result cache scope for the current execution
|
CacheDirective.Scope |
CacheDirective.getScope() |
static CacheDirective.Scope |
CacheDirective.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheDirective.Scope[] |
CacheDirective.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setScope(CacheDirective.Scope scope)
Set the result cache scope for the current execution.
|
void |
CacheDirective.setScope(CacheDirective.Scope scope) |
Copyright © 2019. All rights reserved.