How to implement coherence in OIC
Summary:
Implement coherence in OIC
Content (required):
I have a requirement where I will call a rest service which responds back with access token (token expiry time is 360 minutes) and there would be another call to refresh the token..similar to the one given in the below link
I want to get the token again only in case of expiry.Is there any provision in OIC where Oracle Coherence can be used i.e., I would store the access token in coherence ,check if its crossed 360 minutes.
If its crossed then I would call to get a new access token else I will continue with existing token
Tagged:
0