Variable storageCacheConst

storageCache: Record<string, string> = {}

In-memory cache for storage values to avoid redundant operations.

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