Rego functions for cache write and read (set and get)
All threads resolved!
All threads resolved!
I've put the cache functions in a more generic regofunc
package so that we can
retrieve them from one place.
With the previous design where cache functions were placed in the CacheExt
struct it had a nice separation of concerns, but IMO it would make it more
difficult when we create new built-in functions, because we would have to create
multiple objects to retrieve the different functions. Please share your thoughts
on this if you have objections.
Closes #17 (closed)
Edited by Lyuben Penkovski
Merge request reports
Activity
Filter activity
changed milestone to %Sprint 6
added DevInProgress label
requested review from @yordan.kinkov
assigned to @lyuben.penkovski
- Resolved by Yordan Kinkov
added 3 commits
- e0453d30 - ref #17 (closed). Use factory approach to initialize the rego functions
- b8ee3408 - Rename some variables and fix the tests
- 373039bc - Merge branch 'vkalashnikov/17-rego-cache-functions' into '17-rego-cache-functions'
mentioned in commit 0ec7620c
Please register or sign in to reply