I used to cache this. Like, I had this big caching architecture to avoid these file reads. It was complicated and invalidation was a mess.
When I realize just how damn fast the file system actually was, I deleted HUNDREDS of lines of code -- like, multiple classes and background services.
It was heavenly.