cached 0.24.1

Generic cache implementations and simplified function memoization
Documentation

cached

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 8 feature flags, 8 of them enabled by default.

default

  • proc_macro
  • async

proc_macro

  • async-mutex
  • cached_proc_macro
  • cached_proc_macro_types

async

  • futures
  • async-trait

async-mutex

    This feature flag does not enable additional features.

cached_proc_macro

    This feature flag does not enable additional features.

cached_proc_macro_types

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

async-trait

    This feature flag does not enable additional features.