Skip to content

Commit

Permalink
YARN-11470. Fix CheckStyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 committed May 3, 2023
1 parent 6b75349 commit e3852b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ To enable cross-origin support (CORS) for the Yarn Router, please set the follow

Cache:

Cache is not enabled by default. When we set the `yarn.federation.cache-ttl.secs` parameter and its value is greater than 0, Cache will be enabled.
Cache is not enabled by default. When we set the `yarn.federation.cache-ttl.secs` parameter and its value is greater than 0, Cache will be enabled.
We currently provide two Cache implementations: `JCache` and `GuavaCache`.

> JCache
Expand Down

0 comments on commit e3852b1

Please sign in to comment.