Expand description
Unified cache type that dispatches to moka or the portable implementation
depending on the moka-cache feature flag.
When moka-cache is enabled (default), Cache is moka::future::Cache.
When disabled, Cache is PortableCache.