phemellc / yii2-settings

Yii2 Settings Module
Other
151 stars 74 forks source link

Cache not cleared on save in module #13

Closed beowulfenator closed 9 years ago

beowulfenator commented 9 years ago

It seems that when a setting is saved in the module, the cache is not cleared. The app still sees the old setting value. Calling $settings->clearCache() flushes the cache and then the value is correct.

Is this expected behavior, or should the module flush the cache on setting save?

beowulfenator commented 9 years ago

I'm sorry, I see the issue is solved already.