Skip to content
Snippets Groups Projects
Commit f21639b4 authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

Merge branch 'cache-get-policy' into 'main'

cacheGet policy changes

See merge request !16
parents 8365acfa e17fc7a0
No related branches found
No related tags found
1 merge request!16cacheGet policy changes
Pipeline #52288 passed with stage
in 29 seconds
{
"namespace": "namespace",
"namespace": "mynamespace",
"scope": "scope"
}
......@@ -2,4 +2,4 @@ package example.cacheGet
default allow = false
result := cache.get("mykey", "mynamespace", "myscope")
result := cache.get(input.key, data.namespace, data.scope)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment