kiradotee
08-01-2011, 05:46 PM
In config i have:
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
When i save settings in AdminCP - the cache is reloaded and forum use new settings.
When i update settings via sql - forum still use the old settings because of cache.
Is there any command to put it in script and reload cache after sql requests?
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
When i save settings in AdminCP - the cache is reloaded and forum use new settings.
When i update settings via sql - forum still use the old settings because of cache.
Is there any command to put it in script and reload cache after sql requests?