Type alias CacheFactory

CacheFactory: ((managerType, holds, manager) => typeof manager["prototype"] extends DataManager<infer Key, infer Value, any>
    ? Collection<Key, Value>
    : never)

Type declaration

Generated using TypeDoc