Abstract
Manages the API methods of a data model with a mutable cache of instances.
Extends
DataManager<Key, Holds, Resolvable>| Name | Constraints | Optional | Default | Description | 
|---|---|---|---|---|
| Key | No | None | ||
| Holds | No | None | ||
| Resolvable | No | None | 
Constructs a new instance of the 
CachedManager class| Name | Type | Optional | Description | 
|---|---|---|---|
| client | Client<true> | No | None | 
| holds | Constructable<Holds> | No | None | 
| iterable | Iterable<Holds> | Yes | None | 
The data structure belonging to this manager.
Inherited from DataManagerResolves a data entry to a data Object.
Returns
An instance from this Manager| Name | Type | Optional | Description | 
|---|---|---|---|
| idOrInstance | Holds | No | The id or instance of something in this Manager | 
Resolves a data entry to an instance id.
Returns
| Name | Type | Optional | Description | 
|---|---|---|---|
| idOrInstance | Key | Holds | No | The id or instance of something in this Manager |