Files
snek/src
retoor 3589ad301a feat: add enabled flag to Cache class with early returns in get/set/delete
Add an `enabled` attribute initialized to `False` in the Cache constructor, and guard clauses at the start of `get`, `set`, and `delete` methods that return immediately when the cache is disabled, allowing runtime toggling of caching behavior without modifying callers.
2025-05-15 23:38:42 +00:00
..