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
Strategy - Delegate Strategy - To get tenant identifier from the request URL
Store - Http Remote Store - To get tenant details via API of an another service
While implementation I have noticed that for every incoming requests API call was initiated to get tenant details. But I am expecting as, once tenant details was retrieved it needs to be reused for upcoming requests, instead of initiating another API call for getting same tenant details.
Can you confirm,
Whether this scenario can be achieved using FinBuckle?
Do I need to implement custom logic to attain this provision
Please share your suggestion on this requirement. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, you can register a cache store before the httpremote store and it'll first check the cache, if it doesn't find it, then it will add check the http store. You can configure it with the events that when a hit is found on the http remote store that it be added to the cache store. See #673 for a good solution.
Hi @AndrewTriesToCode ,
I am using below modules in FinBuckle,
While implementation I have noticed that for every incoming requests API call was initiated to get tenant details. But I am expecting as, once tenant details was retrieved it needs to be reused for upcoming requests, instead of initiating another API call for getting same tenant details.
Can you confirm,
Please share your suggestion on this requirement. Thanks in advance.
The text was updated successfully, but these errors were encountered: