Github user ok2c commented on a diff in the pull request:

    
https://github.com/apache/httpcomponents-client/pull/88#discussion_r151940280
  
    --- Diff: 
httpclient5/src/main/java/org/apache/hc/client5/http/auth/AuthCache.java ---
    @@ -45,4 +45,8 @@
     
         void clear();
     
    +    boolean canCache(String name);
    +
    +    boolean needsUpdatingAfterReusing(String name);
    --- End diff --
    
    @agherardi So, we are happily back to the same point where we have started: 
a cache that requires an update on each and every operation is probably not a 
cache.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to