add caching to budget check

This commit is contained in:
Owen
2026-08-10 17:38:49 -04:00
parent 1e3a9fb921
commit 4c1f7f6243
3 changed files with 155 additions and 10 deletions
+1 -1
View File
@@ -168,5 +168,5 @@ class AdaptiveCache {
// Export singleton instance
export const cache = new AdaptiveCache();
export const regionalCache = cache; // Alias for compatability with the private version
export const regionalCache = cache; // Alias for compatibility with the private version
export default cache;