Docs.rs
  • pingora-cache-0.1.1
    • pingora-cache 0.1.1
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Noah-Kennedy
    • johnhurt
    • eaufavor
    • andrewhavck
    • drcaramelsyrup
    • Dependencies
      • ahash >=0.8.9 normal
      • async-trait ^0.1.42 normal
      • blake2 ^0.10 normal
      • bytes ^1.0 normal
      • hex ^0.4 normal
      • http ^1.0.0 normal
      • httparse ^1 normal
      • httpdate ^1.0.2 normal
      • indexmap ^1 normal
      • log ^0.4 normal
      • lru ^0 normal
      • once_cell ^1 normal
      • parking_lot ^0.12 normal
      • pingora-core ^0.1.1 normal
      • pingora-error ^0.1.1 normal
      • pingora-header-serde ^0.1.1 normal
      • pingora-http ^0.1.1 normal
      • pingora-lru ^0.1.1 normal
      • pingora-timeout ^0.1.1 normal
      • regex ^1 normal
      • rmp ^0.8 normal
      • rmp-serde ^1 normal
      • rustracing ^0.5.1 normal
      • rustracing_jaeger ^0.7 normal
      • serde ^1.0 normal
      • tokio ^1 normal
      • dhat ^0 dev
      • env_logger ^0.9 dev
      • futures ^0.3 dev
      • tokio ^1 dev
      • tokio-test ^0.4 dev
    • Versions
    • 91.64% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

pingora_cache0.1.1

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases
?
Settings

List of all items

Structs

  • HttpCache
  • MemCache
  • VarianceBuilder
  • cache_control::CacheControl
  • cache_control::DirectiveValue
  • cache_control::ListValueIter
  • eviction::lru::Manager
  • eviction::simple_lru::Manager
  • hashtable::ConcurrentHashTable
  • hashtable::ConcurrentLruCache
  • key::CacheKey
  • key::CompactCacheKey
  • lock::CacheLock
  • lock::ReadLock
  • lock::WritePermit
  • max_file_size::MaxFileSizeMissHandler
  • meta::CacheMeta
  • meta::CacheMetaDefaults
  • predictor::Predictor
  • put::CachePutCtx
  • trace::Tag

Enums

  • CachePhase
  • HitStatus
  • NoCacheReason
  • RespCacheable
  • cache_control::Cacheable
  • lock::LockStatus
  • lock::Locked

Traits

  • cache_control::InterpretCacheControl
  • eviction::EvictionManager
  • key::CacheHashKey
  • predictor::CacheablePredictor
  • put::CachePut
  • storage::HandleHit
  • storage::HandleMiss
  • storage::Storage

Functions

  • filters::calculate_expires_header_time
  • filters::calculate_fresh_until
  • filters::calculate_serve_stale_sec
  • filters::request_cacheable
  • filters::resp_cacheable
  • filters::upstream::request_filter
  • key::hash_key
  • key::hash_u8
  • key::str2hex
  • set_compression_dict_path

Type Aliases

  • cache_control::DirectiveKey
  • cache_control::DirectiveMap
  • key::HashBinary
  • meta::FreshSecByStatusFn
  • predictor::CustomReasonPredicate
  • storage::HitHandler
  • storage::MissHandler
  • trace::Span
  • trace::SpanHandle

Constants

  • cache_control::DELTA_SECONDS_OVERFLOW_VALUE
  • max_file_size::ERR_RESPONSE_TOO_LARGE