Skip to content

utils: Add support to method arguments in cached_method decorator

Previously, it was only possible to cache the return value of a method without arguments.

Merge request reports