Uses of Class
org.teiid.translator.CacheDirective.Scope
-
Packages that use CacheDirective.Scope Package Description org.teiid.translator -
-
Uses of CacheDirective.Scope in org.teiid.translator
Methods in org.teiid.translator that return CacheDirective.Scope Modifier and Type Method Description CacheDirective.ScopeCacheDirective. getScope()CacheDirective.ScopeExecutionContext. getScope()Get the result cache scope for the current executionstatic CacheDirective.ScopeCacheDirective.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.Methods in org.teiid.translator with parameters of type CacheDirective.Scope Modifier and Type Method Description voidCacheDirective. setScope(CacheDirective.Scope scope)voidExecutionContext. setScope(CacheDirective.Scope scope)Set the result cache scope for the current execution.
-