"Best" solution to cache database queries?

Yeah, I agree that I have no real need to cache, as my app has one user right now: me. I was mostly curious to find out what the common approach is assuming that there was a need. It seems like most people have suggested libraries which rely on ets, so it seems to me like this would be the most common way to handle it.