Package | Description |
---|---|
org.caffinitas.ohc | |
org.caffinitas.ohc.linked | |
org.caffinitas.ohc.tables |
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 |
OHCacheImpl.getDirect(K key) |
DirectValueAccess |
OHCacheImpl.getDirect(K key,
boolean updateLRU) |
Modifier and Type | Method and Description |
---|---|
DirectValueAccess |
OHCacheImpl.getDirect(K key) |
DirectValueAccess |
OHCacheImpl.getDirect(K key,
boolean updateLRU) |
Copyright © 2014–2017 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.