Const
In-memory cache for storage operations to reduce I/O.
export const storageCache: Record<string, string> = {}; Copy
export const storageCache: Record<string, string> = {};
In-memory cache for storage operations to reduce I/O.