Skip to content

Make CacheInterceptor public - #9763

Open
edechamps-Google wants to merge 1 commit into
lysine-dev:mainfrom
edechamps-Google:cache-interceptor-public
Open

edechamps-Google wants to merge 1 commit into
lysine-dev:mainfrom
edechamps-Google:cache-interceptor-public

Conversation

@edechamps-Google

Copy link
Copy Markdown
Contributor

This makes it possible to use OkHttp caching even if the Call does not reach the point where OkHttpClient would naturally call CacheInterceptor, e.g. because of a short-circuiting application interceptor.

Fixes #9743.

This makes it possible to use OkHttp caching even if the Call does not
reach the point where OkHttpClient would naturally call
CacheInterceptor, e.g. because of a short-circuiting application
interceptor.

Fixes lysine-dev#9743.
@edechamps-Google

Copy link
Copy Markdown
Contributor Author

@yschimke @vkasprov

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Make it possible to reuse or reimplement CacheInterceptor

1 participant