export abstract class CachedManager<Key, Holds, Resolvable> extends DataManager<Key, Holds, Resolvable>
Manages the API methods of a data model with a mutable cache of instances.
Type Parameters
Key
Holds
Resolvable
readonlyCollection<Key, Holds> cache :
The cache of items for this manager.
Inherited from: DataManager
readonlyConstructable<Holds> holds :
The data structure belonging to this manager.
Inherited from: DataManager
Overload 1
Overload 2
Overload 1
Overload 2
valueOfCollection<Key, Holds> () :
Inherited from: DataManager