Correction on cache system

This commit is contained in:
2025-10-19 19:29:10 +02:00
parent 45599787ba
commit 79940e685c
13 changed files with 197 additions and 59 deletions

7
pmocovers/src/db.rs Normal file
View File

@@ -0,0 +1,7 @@
//! Module de compatibilité pour l'ancien module db
//!
//! Ce module réexporte les types de `pmocache::db` pour maintenir
//! la compatibilité avec l'API existante.
// Réexporter les types de pmocache
pub use pmocache::db::{CacheEntry, DB};