Deprecate legacyResponse
and prepare for partial/incremental caching
#3370
Milestone
legacyResponse
and prepare for partial/incremental caching
#3370
The
cacheWriteInterceptor
currently relies on doing an inefficient double-parsing of the received response to get the cache records for a cache write. This is incompatible with partial and incremental responses. Instead we should capture the cache records during the first response parsing and store them for theCacheWriteInterceptor
to use later in the chain.The text was updated successfully, but these errors were encountered: