* Returns the data of the entity stored locally. * * @throws Exception if entity is not present.
(key: string)
| 68 | * @throws Exception if entity is not present. |
| 69 | */ |
| 70 | getEntity(key: string): Promise<T>; |
| 71 | |
| 72 | /** |
| 73 | * Generator providing the data of the entities stored locally for given |
no outgoing calls
no test coverage detected