mirror of
https://github.com/gosticks/acari.git
synced 2025-10-16 11:45:37 +00:00
6 lines
125 B
Rust
6 lines
125 B
Rust
use acari_lib::{AcariError, CachedClient};
|
|
|
|
pub fn clear_cache() -> Result<(), AcariError> {
|
|
CachedClient::clear_cache()
|
|
}
|