cached 0.45.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 19 feature flags, 4 of them enabled by default.

default

  • proc_macro

proc_macro

  • cached_proc_macro
  • cached_proc_macro_types

cached_proc_macro

  • dep:cached_proc_macro

cached_proc_macro_types

  • dep:cached_proc_macro_types

redis_tokio

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

redis_async_std

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

redis_store

  • redis
  • r2d2
  • serde
  • serde_json

async

  • futures
  • tokio
  • async-trait

redis_ahash

  • redis_store
  • redis/ahash

redis_connection_manager

  • redis_store
  • redis/connection-manager

async_tokio_rt_multi_thread

  • async
  • tokio/rt-multi-thread

wasm

  • instant/wasm-bindgen

redis

  • dep:redis

tokio

  • dep:tokio

futures

  • dep:futures

serde

  • dep:serde

async-trait

  • dep:async-trait

serde_json

  • dep:serde_json

r2d2

  • dep:r2d2