- In this directory it holds the implementation of cache Decorator in python.
- We can use this decorator when we are using more computational power on stuff that has already been done.
- Cache Decorator is a default Decorator in python from the built-in lib functools.