| Package | Description |
|---|---|
| org.caffinitas.ohc | |
| org.caffinitas.ohc.chunked |
Chunked memory allocation off-heap implementation.
|
| org.caffinitas.ohc.linked |
Linked memory entry off-heap implementation.
|
| Modifier and Type | Method and Description |
|---|---|
DirectValueAccess |
OHCache.getDirect(K key)
Returns a closeable byte buffer.
|
DirectValueAccess |
OHCache.getDirect(K key,
boolean updateLRU)
Like
OHCache.getDirect(Object), but allows skipping the update of LRU stats when updateLRU
is false. |
| Modifier and Type | Method and Description |
|---|---|
DirectValueAccess |
OHCacheChunkedImpl.getDirect(K key) |
DirectValueAccess |
OHCacheChunkedImpl.getDirect(K key,
boolean updateLRU) |
| Modifier and Type | Method and Description |
|---|---|
DirectValueAccess |
OHCacheLinkedImpl.getDirect(K key) |
DirectValueAccess |
OHCacheLinkedImpl.getDirect(K key,
boolean updateLRU) |
Copyright © 2014–2021 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.