Docs.rs
  • cached-0.55.1
    • cached 0.55.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jaemk
    • Dependencies
      • ahash ^0.8 normal optional
      • async-trait ^0.1 normal optional
      • cached_proc_macro ^0.24.0 normal optional
      • cached_proc_macro_types ^0.1.1 normal optional
      • directories ^6.0 normal optional
      • futures ^0.3 normal optional
      • hashbrown ^0.14 normal
      • once_cell ^1 normal
      • r2d2 ^0.8 normal optional
      • redis ^0.29 normal optional
      • rmp-serde ^1.1 normal optional
      • serde ^1.0 normal optional
      • serde_json ^1.0 normal optional
      • sled ^0.34 normal optional
      • thiserror ^2 normal
      • tokio ^1 normal optional
      • web-time ^1.1.0 normal
      • async-std ^1.6 dev
      • copy_dir ^0.1.3 dev
      • googletest ^0.11.0 dev
      • serial_test ^3 dev
      • smartstring ^1 dev
      • tempfile ^3.10.1 dev
    • Versions
    • 52.27% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cached0.55.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Attribute Macros

List of all items

Structs

  • Return
  • proc_macro::Return
  • stores::AsyncRedisCache
  • stores::AsyncRedisCacheBuilder
  • stores::DiskCache
  • stores::DiskCacheBuilder
  • stores::ExpiringSizedCache
  • stores::ExpiringValueCache
  • stores::RedisCache
  • stores::RedisCacheBuilder
  • stores::SizedCache
  • stores::TimedCache
  • stores::TimedSizedCache
  • stores::UnboundCache

Enums

  • stores::DiskCacheBuildError
  • stores::DiskCacheError
  • stores::RedisCacheBuildError
  • stores::RedisCacheError

Traits

  • Cached
  • CachedAsync
  • CloneCached
  • IOCached
  • IOCachedAsync
  • stores::CanExpire

Macros

  • cached
  • cached_control
  • cached_key
  • cached_key_result
  • cached_result

Attribute Macros

  • proc_macro::cached
  • proc_macro::io_cached
  • proc_macro::once