const SERIALIZATION_VERSION: &[u8] = b"v0";
Expand description

A byte string prepended to all cached data to avoid format problems. Cache entries with a different cache key will be treated as invalid.