function getCache(): Record<string, string>;
Get cache. Application files' cache memory.
Record<string, string>
Record
string
The cache object.