luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
812 stars 207 forks source link

ResponseCache use PageCache #1827

Closed nadar closed 6 years ago

nadar commented 6 years ago

The responsecache should use yii\filters\PageCache filter in order to profit from the response header implementation and other further development things.

Main difference is to use the cachable trait which will automatically turn on or off the pageCache filter.