public function cleanCache()
 {
     $gc = new \Innomatic\Datatransfer\Cache\CacheGarbageCollector();
     return $gc->emptyCache();
 }