How Java Memcached - LianWaiYuChanChan/java-memcached GitHub Wiki
References:
- https://my.oschina.net/astute/blog/93902 (DirectBuffer) 堆外内存
- http://www.infoq.com/cn/news/2010/11/tc-bigmemory/ (BigMemory) 堆外内存
- http://tutorials.jenkov.com/java-nio/buffers.html (Basics about ByteBuffer in NIO).