Docs.rs
  • memory-cache-rust-0.1.0-alpha
    • memory-cache-rust 0.1.0-alpha
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • behrouz-rfa
    • Dependencies
      • aes-prng ^0.2.0 normal
      • ahash ^0.7.6 normal
      • chrono ^0.4.23 normal
      • concache ^0.2.1 normal
      • crossbeam ^0.8.2 normal
      • crossbeam-channel ^0.5.6 normal
      • hashbrown ^0.13.1 normal
      • libmath ^0.2.1 normal
      • num_cpus ^1.12.0 normal
      • parking_lot ^0.12.1 normal
      • rand ^0.8.5 normal
      • rayon ^1.3 normal optional
      • seahash ^4.1.0 normal
      • seize ^0.2.1 normal
      • serde ^1.0.126 normal
      • serde_json ^1.0.64 normal
      • syncpool ^0.1.6 normal
      • timer ^0.2.0 normal
      • uuid ^1.2.2 normal
      • xxhash-rust ^0.8.5 normal
      • criterion ^0.3 dev
      • rand ^0.8 dev
      • rayon ^1.3 dev
    • Versions
    • 23.33% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

memory_cache_rust0.1.0-alpha

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • bloom::bbloom::Bloom
  • bloom::bbloom::BloomJsonExport
  • bloom::rutil::StringStruct
  • cache::Cache
  • cache::Config
  • cache::Item
  • cache::Metrics

Enums

  • cache::ItemFlag
  • cache::PutResult

Functions

  • bloom::hasher::is_cast
  • bloom::hasher::value_to_int
  • bloom::haskey::cast_mut
  • bloom::haskey::cast_ref
  • bloom::haskey::equals
  • bloom::haskey::key_to_hash
  • bloom::haskey::value_to_int
  • bloom::rutil::mem_hash
  • bloom::rutil::mem_hash_byte

Type Aliases

  • DefaultHashBuilder
  • bloom::haskey::KeyHash
  • bloom::rutil::CPUTicks
  • bloom::rutil::Memhash
  • bloom::rutil::NanoTime

Constants

  • cache::COST_ADD
  • cache::COST_EVICT
  • cache::DO_NOT_USE
  • cache::DROP_GETS
  • cache::DROP_SETS
  • cache::HIT
  • cache::KEEP_GETS
  • cache::KEY_EVICT
  • cache::KEY_UPDATE
  • cache::MISS
  • cache::NUM_SHARDS
  • cache::REJECT_SETS