rust_rbac/cache/
mod.rs

1//! Cache implementations for RBAC
2//!
3//! This module provides caching mechanisms to improve performance
4//! of permission checks.
5
6// TODO: Implement caching