cache
-
data_base.utils.cache(function)
Decorator to cache the result of a function
- Parameters:
- function : function
the function to be cached
- Returns:
the cached function
- Return type:
function
Documentation unclear, incomplete, broken or wrong? Let us know