private byte[] marshall(InternalCacheEntry entry) throws IOException, InterruptedException {
   return getMarshaller().objectToByteBuffer(entry.toInternalCacheValue());
 }