If the method returns null
, then the response part was found in the cache and has been directly written to the response from the cache. Otherwise the data was not found but will be put into the cache when {@link #endResponse(WebloungeResponse)} is called.
@param uniqueTags the tags identifying this response
@param request the request
@param response the response
@param validTime the valid time in milliseconds
@param recheckTime the recheck time in milliseconds
@return null
if the content was found in the cache
|
|