zendframework / zf3-web

Website of Zend Framework 3
https://framework.zend.com
BSD 3-Clause "New" or "Revised" License
39 stars 34 forks source link

Post about caching middleware #62

Closed ezimuel closed 7 years ago

ezimuel commented 7 years ago

A new post on how to build a caching middleware using Expressive.

ezimuel commented 7 years ago

@akrabat, @froschdesign can you review this new post blog? Thanks!

froschdesign commented 7 years ago

@ezimuel For all code examples, I would prefer it if the ZF coding standard would be used.

froschdesign commented 7 years ago

@ezimuel I like the simpleness of the caching solution in your article and the focus on the middleware principle. I see the possibility of another blog post with zend-cache.

ezimuel commented 7 years ago

@froschdesign thanks for your review and positive comment. You right, this caching system can be improved using zend-cache. Do you want to write a proposal for a new post?

ezimuel commented 7 years ago

@akrabat and @froschdesign thanks for your feedbacks!