# Interfaces
ExportReplace is used export or replace what is in the cache.
Marshaler marshals data from an internal cache to bytes that can be stored.
Serializer can serialize the cache to binary or from binary into the cache.
Unmarshaler unmarshals data from a storage medium into the internal cache, overwriting it.