v4.0.1 Cache

So does anyone know what the new Clear Cache link actually does? It sure doesn't seem to clear the cache very well and the only way I can seem to be able to do it is to use FTP to do it.



Also, is there a way to disable the combining of CSS like we could in the 3.x series? I can't find it in the config.local.php file and I can't find a setting in the admin.



Thanks,



Brandon

Haven't tried it as I don't have a problem with the way it combines the CSS but this is from another thread:
Edit styles.tpl
so that code is outside the {styles} bracket, once your happy move the code back to combine

{styles use_scheme=true}
{hook name="index:styles"}
{style src="reset.css"}
{style src="lib/bootstrap/bootstrap_grid_16.min.css"}
{style src="lib/ui/jqueryui.css"}
{style src="glyphs.css"}
{style src="print.css" media="print"}
{if $runtime.customization_mode.translation || $runtime.customization_mode.design}
{style src="design_mode.css"}
{/if}
{if $include_dropdown}
{style src="dropdown.css"}
{/if}
{style src="scheme.less"}
{style src="retina.less"}
{/hook}
{/styles}
{style src="base.css"}
{style src="styles.css"}




What is it that isn't working for you with the cache? I haven't had a problem with it yet and I'm doing a lot of CSS and TPL changes to my store.



Make sure that you [color=#282828][font=arial, verdana, tahoma, sans-serif]set the “Rebuild Cache Automatically” toggle to ON in Design/Template Editor.[/font][/color]