function createKeyedCache
createKeyedCache<T>(config: KeyedCacheConfig<T>): KeyedCache<T>

Type Parameters

Parameters

config: KeyedCacheConfig<T>

Return Type

KeyedCache<T>

Usage

import { createKeyedCache } from "doc.ts";