function createKeyedCache createKeyedCache<T>(config: KeyedCacheConfig<T>): KeyedCache<T> Type Parameters T Parameters config: KeyedCacheConfig<T> Return Type KeyedCache<T>