cache property

Service<Id, Data> cache
final

The Service used to interface with a caching layer.

If not provided, this defaults to a MapService.

Implementation

final Service<Id, Data> cache;