Variable storageCacheConst

storageCache: Record<string, string> = {}

In-memory cache for storage operations to reduce I/O.

export const storageCache: Record<string, string> = {};