DaffCustomerInMemoryBackendService
An in-memory service that delegates customer queries to child backends via the DAFF_CUSTOMER_IN_MEMORY_BACKENDS.
Properties
| Name | Type | Description |
|---|---|---|
| collectionName | DAFF_CUSTOMER_IN_MEMORY_COLLECTION_NAME | |
| customers | Record<DaffCustomer['id'], DaffCustomer> |
|
| get | Gets a customer. | |
| put |