cached 0.50.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 24 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

disk_store

  • sled
  • serde
  • rmp-serde
  • directories

redis_store

  • redis
  • r2d2
  • serde
  • serde_json

async

  • futures
  • tokio
  • async-trait

async_tokio_rt_multi_thread

  • async
  • tokio/rt-multi-thread

redis_ahash

  • redis_store
  • redis/ahash

redis_connection_manager

  • redis_store
  • redis/connection-manager

tokio

  • dep:tokio

serde

  • dep:serde

serde_json

  • dep:serde_json

redis

  • dep:redis

rmp-serde

  • dep:rmp-serde

wasm

  • instant/wasm-bindgen

sled

  • dep:sled

async-trait

  • dep:async-trait

r2d2

  • dep:r2d2

directories

  • dep:directories

futures

  • dep:futures