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()
© 2014 Robert Stupp, Koeln, Germany, robert-stupp.de - licensed under Apache License, Version 2 - Homepage