Create a blank PHP page, place it in root directory where OC is installed and copy the code below into this PHP file. This purges the cache for the domain where OC is installed, but not the entire cache on your server.
<?php
$tag = substr(md5(__DIR__ . '/system/library/lscache'),0,4)...