void* RemoteCacheBase::baseKeyUnmarshall(const void* buf) { return baseKeyUnmarshallFn(remoteCachePtr, buf); }
void* RemoteCacheBase::baseKeyUnmarshall(const std::vector<char> &buf) { return baseKeyUnmarshallFn(remoteCachePtr, buf); }