Is there a part of RequestFactory classes I can override to provide automatic caching for some requests? I could cache outside RF, of course, but I’d like to do it via overriding to be totally invisible.
Is there a part of RequestFactory classes I can override to provide automatic caching
Share
The ServiceLayer.invoke() method could be patched via the
ServiceLayerDecoratorchain. It’s called fromSimpleRequestProcessor.processInvocationMessages()after all of the OperationMessages have been applied.