Docs.rs
  • light-cache-0.2.6
    • light-cache 0.2.6
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • nhtyy
    • Dependencies
      • hashbrown ^0.14 normal
      • parking_lot ^0.12.3 normal
      • pin-project ^1.1.5 normal
      • priority-queue ^2.1.0 normal
      • tracing ^0.1.40 normal
      • criterion ^0.4 dev
      • moka ^0.12.8 dev
      • quick_cache ^0.6.2 dev
      • tokio ^1.39.2 dev
    • Versions
    • 46.15% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

light_cache0.2.6

Crate Items

  • Structs
  • Traits
  • Type Aliases

List of all items

Structs

  • LightCache
  • LightMap
  • RefreshCache
  • cache::LightCache
  • map::GetMut
  • map::LightMap
  • map::builder::MapBuilder
  • policy::lru::LruPolicy
  • policy::lru::LruPolicyInner
  • policy::noop::NoopPolicy
  • policy::ttl::TtlPolicy
  • policy::ttl::TtlPolicyInner
  • refresh::RefreshCache

Traits

  • Policy
  • cache::NoPolicy
  • policy::Policy
  • policy::Prune
  • refresh::Refresher

Type Aliases

  • cache::DefaultHashBuilder