Skip to content

Commit

Permalink
Updating the javadocs to include the default caching behaviour. (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Anderson <jim.anderson@auth0.com>
  • Loading branch information
msailes and jimmyjames committed Jul 28, 2023
1 parent 3fbbea4 commit 8da6f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/auth0/jwk/JwkProviderBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private static URL buildJwkUrl(String domain) {
}

/**
* Toggle the cache of Jwk. By default the provider will use cache.
* Toggle the cache of Jwk. By default, the provider will use a cache size of 5 and a duration of 10 hours.
*
* @param cached if the provider should cache jwks
* @return the builder
Expand Down

0 comments on commit 8da6f90

Please sign in to comment.