interface CacheStatus {
    inMemoryCache: number;
    localStorage: LocalStorageCacheCounts;
}

Properties

inMemoryCache: number