phemellc / yii2-settings

Yii2 Settings Module
Other
151 stars 74 forks source link

How to disable cache? #36

Closed zhukovsergei closed 8 years ago

zhukovsergei commented 8 years ago

I Have a problem: I setting up parameters via Backend application and using the same parameters in Frontend side but caching saving old values

arisk commented 8 years ago

If you set the cache and/or frontCache configuration to null that should disable caching all together.

zhukovsergei commented 8 years ago

Did 'cache' to null. It works. ps. wich the diffirence between cache and frontCache?

arisk commented 8 years ago

It's for the advanced application template. Since it contains 2 separate applications and hence 2 different cache components, some users were finding that clearing the cache wouldn't update the values in their front-end app.