Fix list in caching documentation

Change-Id: I39ade35fb74f93e30101a5fb27d8dbecf95f88a8
This commit is contained in:
Lance Bragstad 2017-10-13 22:13:41 +00:00
parent 47dbd25625
commit e1d680e383
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