izihawa_ttl_cache

Crates.ioizihawa_ttl_cache
lib.rsizihawa_ttl_cache
version0.5.1
sourcesrc
created_at2023-09-29 13:10:31.875407
updated_at2023-09-29 13:10:31.875407
descriptionA cache that will expire values after a TTL
homepage
repositoryhttps://github.com/izihawa/ttl_cache
max_upload_size
id987313
size41,360
Pasha Podolsky (ppodolsky)

documentation

https://docs.rs/ttl_cache/

README

ttl_cache

Actions Status Documentation

This crate provides a time sensitive key-value FIFO cache. When the cache is created it is given a TTL. Any value that are in the cache for longer than this duration are considered invalid and will not be returned. Supports 1.20 +

Commit count: 45

cargo fmt