Docs.rs
  • fondue-0.1.1
    • fondue 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ParkBlake
    • Dependencies
      • dashmap ^5.5 normal
      • thiserror ^1.0 normal
      • tokio ^1.0 normal optional
    • Versions
    • 65.69% 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

fondue0.1.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Functions

List of all items

Structs

  • cache::Cache
  • cache::CacheEntry
  • context::CacheContext
  • stats::CacheStats
  • stats::GlobalStats

Enums

  • cache::EvictionPolicy
  • cache::TtlType
  • duration::DurationParseError

Macros

  • cache
  • cache_with_limit
  • cache_with_ttl
  • cache_with_ttl_and_limit

Functions

  • cache::cache_clear_all
  • cache::cache_clear_namespace
  • cache::cache_get
  • cache::cache_get_with_limit
  • cache::cache_get_with_ttl
  • cache::cache_get_with_ttl_and_limit
  • cache::cache_invalidate
  • duration::parse_duration
  • stats::aggregate_stats
  • stats::clear_stats
  • stats::export_json
  • stats::get_global_stats
  • stats::get_stats
  • stats::print_stats
  • stats::print_stats_table
  • stats::register_stats
  • stats::update_stats