public interface LocalConnectionCache
ThreadLocal.| Modifier and Type | Method and Description |
|---|---|
static ConnectionCache |
fixed(int size)
A local cache that stores up to a number of connections.
|
static ConnectionCache |
full()
A local cache that stores all connections
|
static ConnectionCache |
single()
A local cache that stores at most a single connection.
|
static ConnectionCache single()
static ConnectionCache fixed(int size)
static ConnectionCache full()
Copyright © 2023 JBoss by Red Hat. All rights reserved.