Hacker News new | ask | show | jobs
by ramraj07 1295 days ago
As much as folks are downvoting you there’s a nugget of beauty in your demand - our systems should abstract caching. Ideally your web server framework should cache results itself. Your db too. If Postgres was good at it you wouldn’t need redis as well right?
2 comments

CPUs already do, except for when the abstraction breaks down for performance reasons.
Sounds like you might like a server based framework like wordpress