Uses of Interface
com.networknt.http.client.oauth.cache.ICacheStrategy
-
Packages that use ICacheStrategy Package Description com.networknt.http.client.oauth.cache -
-
Uses of ICacheStrategy in com.networknt.http.client.oauth.cache
Classes in com.networknt.http.client.oauth.cache that implement ICacheStrategy Modifier and Type Class Description classLongestExpireCacheStrategyThis class is to cache Jwts with "LongestExpire" strategy, which means: When the cache pool meets the capacity and a new jwt with provided key needs to be cached: the token with the longest expiry time will be the last to be replaced, the token with the least expiry time will be the first to be replace.
-