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

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

CacheSet policy changes

See merge request !15
parents 7c56fca0 6437b665
No related branches found
No related tags found
1 merge request!15CacheSet policy changes
Pipeline #52287 passed with stage
in 29 seconds
......@@ -3,6 +3,6 @@ package example.cacheSet
default success = false
success = true {
msg := cache.set("mykey", "mynamespace", "myscope", input)
msg := cache.set(data.key, "mynamespace", data.scope, input)
msg == "success"
}
}
\ No newline at end of file
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