thephpleague / route

Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.
http://route.thephpleague.com
MIT License
651 stars 126 forks source link

[Feature] Cached Route #289

Closed ncou closed 3 years ago

ncou commented 3 years ago

Hi,

Nice piece of code. Do you plan to use the cache mechanism already present in fastroute ?

Thanks, keep up the good work.

philipobenito commented 3 years ago

Hi, it's not actually possible to use that caching with league/route without ripping out a lot of features, unfortunately, that would take away the reason for league/route to exist, I have a working prototype of a cached router ready to go, I'm just trying to get as much testing in as possible before a release.