Crates.io | izihawa_ttl_cache |
lib.rs | izihawa_ttl_cache |
version | 0.5.1 |
source | src |
created_at | 2023-09-29 13:10:31.875407 |
updated_at | 2023-09-29 13:10:31.875407 |
description | A cache that will expire values after a TTL |
homepage | |
repository | https://github.com/izihawa/ttl_cache |
max_upload_size | |
id | 987313 |
size | 41,360 |
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 +