Dylan-DPC-zz / ttl_cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 +

About

License:Apache License 2.0


Languages

Language:Rust 100.0%