Interface CacheTable

A simple in-memory cache table.

interface CacheTable {
    [key: string]: CacheItem;
}

Indexable

[key: string]: CacheItem

Generated using TypeDoc