Docs.rs
pingap-cache-0.13.0
pingap-cache 0.13.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
vicanso
Dependencies
async-trait ^0.1.89
normal
bytes ^1.10.1
normal
bytesize ^2.1.0
normal
chrono ^0.4.42
normal
dirs ^6.0.0
normal
http ^1.3.1
normal
humantime-serde ^1.1.1
normal
path-absolutize ^3.1.1
normal
pingap-core ^0.13.0
normal
pingora ^0.7.0
normal
prometheus ^0.13.4
normal
optional
scopeguard ^1.2.0
normal
serde ^1.0.228
normal
serde_qs ^0.15.0
normal
snafu ^0.8.9
normal
strum ^0.27.2
normal
tokio ^1.47.1
normal
tracing ^0.1.41
normal
walkdir ^2.5.0
normal
criterion ^0.7.0
dev
filetime ^0.2.26
dev
pretty_assertions ^1.4.1
dev
tempfile ^3.21.0
dev
tokio-test ^0.4.4
dev
Versions
4.76%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
new_cache_backend
pingap_
cache
0.13.0
pingap_cache
Function
new_
cache_
backend
Copy item path
Source
pub fn new_cache_backend(directory: &
str
) ->
Result
<&'static
HttpCache
>