Skip to main content

Module cache

Module cache 

Source
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.

Type Aliasesยง

Cache