spotorm / spot2

Spot v2.x DataMapper built on top of Doctrine's Database Abstraction Layer
http://phpdatamapper.com
BSD 3-Clause "New" or "Revised" License
601 stars 101 forks source link

Added simple cache layer #250

Closed ricardofiorani closed 6 years ago

ricardofiorani commented 6 years ago

With this we add the simplest improvement for the cache layer on the executed select statements.

FlipEverything commented 6 years ago

Why did you delete this PR, @ricardofiorani?

ricardofiorani commented 6 years ago

@FlipEverything because the implementation that I did wasn't really well tested and didn't actually work nor solved the problem.

FlipEverything commented 6 years ago

OK.