Cache method
This method should cache it's results to ensure that thread is not blocked reading files for each created object.
We could use lru_cache or some other cache decorator
This method should cache it's results to ensure that thread is not blocked reading files for each created object.
We could use lru_cache or some other cache decorator