mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 18:00:26 +00:00

This crate contains a file-backed, rotating cache. The cache should be safe to be accessed from multiple processes at once. The cache stores the value at the provided path. If `keep_old` is >0, the cache will keep up to `keep_old` versions around which can be queried via the `get_last` method. The value and its history are stored in the same file, each generation represented by a single line of JSON. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
rust-proxmox-shared-cache (0.1.0-1) unstable; urgency=medium
|
|
|
|
* initial Debian package
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 04 May 2023 08:40:38 +0200
|