CSS File Caching

Permalink
I have turned on the CSS caching from the settings but I see that the css files are not coming from a cache folder, also they are not minified. So I think the caching isn't working right

The css file is custom made, it's not part of the original theme files.
The following is the <link> code in the header.php file
<link href=<?php echo $this->url("/packages/fruitful/themes/fruitful/css/accessory.css");?> rel='stylesheet' type='text/css'>

am I missing something to enable the cache for this file?