In Vignette secondary pages do not get cached. We need to have those pages cached too.
We are planning to implement custom cache Interpolator.
However in Vignette Developer guide page 310 the flow specified for interpolator is
1 Builds the remote request
2 Calls the processRequest() method
3 Performs the request and gets a response
4 Calls the processResponse() method
5 Gets the content.
How can we get a handle of step 3 from above so that if the url's content is cached by our custom cache then do not hit remote url instead get contents from custom cache
Any other ideas also welcomed