7 ms·
Only if you understand the details of when the cache needs to be invalidated. I'm not sure where ORMs entered the picture, but my point is that the database us
by mathgladiator 3y ago
Only if you understand the details of when the cache needs to be invalidated.
I'm not sure where ORMs entered the picture, but my point is that the database uses the query engine to guard internal caches which are private via the process boundary.
OOP is a technique which shouldn't prescribed for everything. I will say Javascript shouldn't have have classes, but I hope to never need to use JS much beyond glue.