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

default

  • proc_macro
  • ahash

proc_macro

  • cached_proc_macro
  • cached_proc_macro_types

ahash

  • dep:ahash
  • hashbrown/default

cached_proc_macro

  • dep:cached_proc_macro

cached_proc_macro_types

  • dep:cached_proc_macro_types

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

  • futures
  • tokio
  • async-trait

async_tokio_rt_multi_thread

  • async
  • tokio/rt-multi-thread

redis_connection_manager

  • redis_store
  • redis/connection-manager

redis_ahash

  • redis_store
  • redis/ahash

tokio

  • dep:tokio

wasm

  • instant/wasm-bindgen

redis

  • dep:redis

r2d2

  • dep:r2d2

serde

  • dep:serde

futures

  • dep:futures

async-trait

  • dep:async-trait

serde_json

  • dep:serde_json