コード例 #1
0
 public function cleanCache()
 {
     $gc = new \Innomatic\Datatransfer\Cache\CacheGarbageCollector();
     return $gc->emptyCache();
 }