Skip to content

Add Rego lang extension to work with the cache

Valerii Kalashnikov requested to merge add_opa_get_cache_value_ext into main

Create CacheExt struct with the GetCacheFunc and SetCacheFunc method. These methods are universal and could be used either for use cases with the library or for extending the runtime as well.

Please find the working example of how to use the extension with the library inside of the unit tests

Edited by Valerii Kalashnikov

Merge request reports