Interface LRUCacheProviderParam

interface LRUCacheProviderParam {
    maxEntry: number;
}

Properties

Properties

maxEntry: number