Skip to content

Commit

Permalink
Merge pull request #668 from 3scale/cache_policy_description
Browse files Browse the repository at this point in the history
Cache policy description
  • Loading branch information
mikz authored Apr 17, 2018
2 parents 266b411 + 2eedf0b commit 869aa91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway/src/apicast/policy/caching/apicast-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"summary": "Controls how to cache authorizations returned by the 3scale backend.",
"description":
["Configures a cache for the authentication calls against the 3scale ",
"backend. This policy support three kinds of caching: \n",
"backend. This policy support four kinds of caching: \n",
" - Strict: it only caches authorized calls. Denied and failed calls ",
"invalidate the cache entry.\n",
" - Resilient: caches authorized and denied calls. Failed calls do not ",
Expand Down
2 changes: 1 addition & 1 deletion gateway/src/apicast/policy/caching/caching.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Configures a cache for the authentication calls against the 3scale backend.
-- The 3scale backend can authorize (status code = 200) and deny (status code =
-- 4xx) calls. When it fails, it returns a 5xx code.
-- This policy support three kinds of caching:
-- This policy support four kinds of caching:
-- - Strict: it only caches authorized calls. Denied and failed calls
-- invalidate the cache entry.
-- - Resilient: caches authorized and denied calls. Failed calls do not
Expand Down

0 comments on commit 869aa91

Please sign in to comment.