# Structs

ExportHints are suggestions for storing data.
ReplaceHints are suggestions for loading data.

# Interfaces

ExportReplace exports and replaces in-memory cache data.
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.