user1611830
user1611830

Reputation: 4867

Replacement of clear_all_cache method - Smarty

I use the clear_all_cache() method and I have a warning :

'clear_all_cache' is unknown or deprecated. in smarty/sysplugins/smarty_internal_wrapper.php, on line 57

Is this method replaced by another one ? I tried to google this but without success. Anybody has an idea ?

Upvotes: 0

Views: 136

Answers (1)

periklis
periklis

Reputation: 10188

If you're using smarty3, you probably have to use clearAllCache() instead

Upvotes: 1

Related Questions