You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
I think that is really a common situation, when you need to cache result of a specific request that ideological belongs to some HttpService. But now all requests that belong to the service with cache hook are caching.
For example, I have a service that provides auth methods and caching ableProfile request is a good idea, but caching isLogined request looks pretty weird. I really don't want to create HttpService for each request I need to cache.
Do you plan implement that sort of functionality or did I miss something and there is some elegant way to do it?
The text was updated successfully, but these errors were encountered:
I think that is really a common situation, when you need to cache result of a specific request that ideological belongs to some
HttpService
. But now all requests that belong to the service with cache hook are caching.For example, I have a service that provides auth methods and caching
ableProfile
request is a good idea, but cachingisLogined
request looks pretty weird. I really don't want to createHttpService
for each request I need to cache.Do you plan implement that sort of functionality or did I miss something and there is some elegant way to do it?
The text was updated successfully, but these errors were encountered: