Uses of Class
org.teiid.translator.CacheDirective.Invalidation
-
Packages that use CacheDirective.Invalidation Package Description org.teiid.translator -
-
Uses of CacheDirective.Invalidation in org.teiid.translator
Methods in org.teiid.translator that return CacheDirective.Invalidation Modifier and Type Method Description CacheDirective.InvalidationCacheDirective. getInvalidation()static CacheDirective.InvalidationCacheDirective.Invalidation. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheDirective.Invalidation[]CacheDirective.Invalidation. 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.Invalidation Modifier and Type Method Description voidCacheDirective. setInvalidation(CacheDirective.Invalidation invalidation)
-