<a id="skfolio-utils-tools-cache-method"></a>

# skfolio.utils.tools.cache_method

<a id="skfolio.utils.tools.cache_method"></a>

### skfolio.utils.tools.cache_method(cache_name)

Decorator that caches class method results into a class dictionary.

* **Parameters:**
  **cache_name** *str*
  : Name of the dictionary class attribute.
* **Returns:**
  **func** *Callable*
  : Decorating function that caches class methods.

