i want stop caching in cs-cart (mainly api), because if vendor changes in api didn't reflect immediately.
right using file level caching.
$config['cache_backend'] = 'file'; $config['cache_redis_server'] = 'localhost'; $config['cache_redis_global_ttl'] = 0;
i searched lot no success, tried
$config['smarty_caching'] = 0 ;
in config.php no success.
there no ability disable cache @ all. able disable block cache frontend.
if vendor changes in api didn't reflect immediately. cache should invalidated immediately.
what's cs-cart version?
Comments
Post a Comment