Uses of Class
org.teiid.dqp.internal.process.SessionAwareCache.Type
-
Packages that use SessionAwareCache.Type Package Description org.teiid.dqp.internal.process -
-
Uses of SessionAwareCache.Type in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return SessionAwareCache.Type Modifier and Type Method Description static SessionAwareCache.Type
SessionAwareCache.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionAwareCache.Type[]
SessionAwareCache.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teiid.dqp.internal.process with parameters of type SessionAwareCache.Type Constructor Description SessionAwareCache(String cacheName, CacheFactory cacheFactory, SessionAwareCache.Type type, int maxStaleness)
-