Rdebu commented on issue #59:
URL: 
https://github.com/apache/apisix-java-plugin-runner/issues/59#issuecomment-902013096


   > > Will expired tokens still exist in Cache<token,A6Config>
   > 
   > not exist if expired. It is in the memory cache.
   
   In memory cache?  When a token becomes invalid, a new token is generated,  
The new token should be supposed to replace the expired token。After a new token 
is generated  ,Do all subsequent requests have the new token used as the Cache 
key。Expired tokens in memory do not affect the access of new tokens
   
【在内存缓存中?当一个token失效时生成一个新的token,那新的token理应是为了替代过期的token。新的token生成后,是不是往后的请求都已新的token作为Cache的key了。过期的token在内存中不影响新的token被访问】


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to