4ddb81f36f
Motivation: We should not cache the SwappedByteBuf in AbstractByteBuf to reduce the memory footprint. Modifications: Not cache the SwappedByteBuf. Result: Less memory footprint.