Docs.rs
light-cache-0.2.3
light-cache 0.2.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nhtyy
Dependencies
hashbrown ^0.14
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
42.86%
of the crate is documented
Go to latest version
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_
cache
0.2.3
Module cache
Structs
Traits
Type Aliases
In crate light_
cache
Module
light_cache
::
cache
Copy item path
source
·
[
−
]
Structs
§
Light
Cache
A concurrent hashmap that allows for efficient async insertion of values
Traits
§
NoPolicy
The
NoPolicy
trait is used for external policy implementations.
Type Aliases
§
Default
Hash
Builder
Default hasher for
HashMap
.