Merge "Fix list in caching documentation"

This commit is contained in:
Zuul 2017-10-16 19:06:04 +00:00 committed by Gerrit Code Review
commit 2dc962e5a3
1 changed files with 7 additions and 3 deletions

View File

@ -94,9 +94,13 @@ revocation list is refreshed whenever a token is revoked. It typically
sees significantly more requests than specific token retrievals or token
validation calls.
Here is a list of actions that are affected by the cached time: getting
a new token, revoking tokens, validating tokens, checking v2 tokens, and
checking v3 tokens.
Here is a list of actions that are affected by the cached time:
* getting a new token
* revoking tokens
* validating tokens
* checking v2 tokens
* checking v3 tokens
The delete token API calls invalidate the cache for the tokens being
acted upon, as well as invalidating the cache for the revoked token list