Const
In-memory cache for storage values to avoid redundant operations.
export const storageCache: Record<string, string> = {}; Copy
export const storageCache: Record<string, string> = {};
In-memory cache for storage values to avoid redundant operations.