pub fn serialize<W: Write>(
writer: &mut W,
records: &[CacheRecord],
) -> Result<(), SerializeError>Expand description
Write a collection of CacheRecords to writer in the OXICACHE binary
format.
ยงErrors
Returns SerializeError::Io on any I/O failure.