skfolio.utils.tools.cache_method# skfolio.utils.tools.cache_method(cache_name)[source]# Decorator that caches class methods results into a class dictionary. Parameters: cache_namestrName of the dictionary class attribute. Returns: funcCallableDecorating function that caches class methods.