public interface DirectValueAccess extends Closeable
OHCache
for direct/random access to cached values and must be closed after use.
You must close the returned DirectValueAccess
instance after use.
After closing, you must not call any of the methods of the ByteBuffer
returned by buffer()
.
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
buffer() |
ByteBuffer buffer()
Copyright © 2014–2016 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.