pub enum ClientCachePreference { Ignore, None, Changing, Full, MaxAge(Duration), }
Automatically add cache-control header to response.
cache-control
If a cache-control header is already present, it will be prioritized.
Don’t manage the cache-control header.
Will not cache on client
A two-minute cache lifetime
Will cache for 1 week