cached 0.41.0

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 20 feature flags, 10 of them enabled by default.

default

  • proc_macro
  • async

proc_macro

  • tokio
  • cached_proc_macro
  • cached_proc_macro_types

async

  • futures
  • tokio
  • async-trait
  • async_once
  • lazy_static

tokio

    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.

async_once

    This feature flag does not enable additional features.

lazy_static

    This feature flag does not enable additional features.

redis_async_std

  • redis_store
  • async
  • redis/aio
  • redis/async-std-comp
  • redis/tls
  • redis/async-std-tls-comp

redis_tokio

  • redis_store
  • async
  • redis/aio
  • redis/tokio-comp
  • redis/tls
  • redis/tokio-native-tls-comp

redis_store

  • redis
  • r2d2
  • serde
  • serde_json

async_tokio_rt_multi_thread

  • async
  • tokio/rt-multi-thread

redis_ahash

  • redis_store
  • redis/ahash

wasm

  • instant/wasm-bindgen

r2d2

    This feature flag does not enable additional features.

redis

    This feature flag does not enable additional features.

serde_json

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.