public final class ByteBufferCache extends SpecificCacheBase<java.nio.ByteBuffer>
| Modifier and Type | Method and Description |
|---|---|
static ObjectFactory<java.nio.ByteBuffer> |
createFactory(int bufferSize) |
static ByteBufferCache |
createScalable(int bufferSize,
int maxEntries) |
static ByteBufferCache |
createScalable(int bufferSize,
int maxEntries,
int bufferBuckets) |
static ByteBufferCache |
createSimple(int bufferSize,
int maxEntries) |
acquire, getCacheStats, releasepublic static ByteBufferCache createSimple(int bufferSize, int maxEntries)
public static ByteBufferCache createScalable(int bufferSize, int maxEntries)
public static ByteBufferCache createScalable(int bufferSize, int maxEntries, int bufferBuckets)
public static ObjectFactory<java.nio.ByteBuffer> createFactory(int bufferSize)
Copyright © 2012. All Rights Reserved.