feulf / raintpl3

The easiest Template Engine for PHP
https://feulf.github.io/raintpl
258 stars 57 forks source link

template cache not updating #194

Open reshma-r-p opened 5 years ago

reshma-r-p commented 5 years ago

I have a select box which is updated on previous select change. I am using ajax for updating it. Thing is value is changed but it not affected in view instead it shows the cached data. Is there any way to update view?