Skip to content
Snippets Groups Projects

Add cacheGetByKey policy

Merged Yordan Kinkov requested to merge add-getCacheByKey-policy into main
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
package example.cacheGetByKey
default buy = false
currentPrice := cache.get(input.key, "", "").currentPrice
buy {
currentPrice < 100
}
Loading