/** <inheritdoc /> */ public void Apply(IBinaryStream stream) { ICacheEntryEvent <TK, TV>[] evts = CQU.ReadEvents <TK, TV>(stream, _marsh, _keepBinary); _lsnr.OnEvent(evts); }
/** <inheritdoc /> */ public void Apply(IPortableStream stream) { ICacheEntryEvent <TK, TV>[] evts = CQU.ReadEvents <TK, TV>(stream, _marsh, _keepPortable); _lsnr.OnEvent(evts); }