updateCacheHandlers property
A Map of UpdateCacheHandlers that will be called on any OperationResponse whose OperationRequest.updateCacheHandlerKey matches the Map key.
NOTE: function is untyped due to issues with deep casting See https://github.com/leafpetersen/cast/issues/1.
Implementation
final Map<String, Function> updateCacheHandlers;