public abstract class ThreadLocalBufferCache<T> extends Object implements Serializable
| Constructor and Description |
|---|
ThreadLocalBufferCache(int defaultSize) |
| Modifier and Type | Method and Description |
|---|---|
T |
getCache() |
protected abstract T |
newValue(int defaultSize) |
void |
release(T buffer) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.