@@ -42,3 +42,5 @@ This module contains a everything from `itertools`, `more_itertools` and custom
## qutil.caching
Here you find decorators, functions and classes that help you implement caching like `file_cache` and `lru_cache`. This is helpful if you need to call computationally expensive functions with the same arguments repeatedly.