zfcampus / zf-http-cache

ZF2 module for automating http cache tasks within a Zend Framework 2 application.
BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

Route name, controller/action, controller based configuration #12

Closed corentin-larose closed 8 years ago

corentin-larose commented 8 years ago

Allowing to use zf-http-cache with ZF2 by making configuration either route or controller/action or only controller based.

weierophinney commented 8 years ago

This looks like it may be complete, judging based on the tests; all it needs is a little additional documentation.

I can do that on merge, and fix the CS issues, if you like @corentin-larose — do you feel it's ready?

corentin-larose commented 8 years ago

Hmm, I'm pretty sure that I wrote that documentation already, but I had to switch on another task before I finished... Gonna try to find what it became ! The code should be working, I just wanted to have a thorough review on it cause it could introduce BC breaks, what do you think?

corentin-larose commented 8 years ago

@weierophinney I just added some doc, feel free to improve if necessary.

Since zf-http-cache is now compatible with a classical MVC approach, we could add it in the suggested packages in Zend Framework, don't you think?