RSS-Bridge_rss-bridge/bin/cache-clear

15 lines
195 B
PHP
Executable File

#!/usr/bin/env php
<?php
/**
* Remove all items from the cache
*/
require __DIR__ . '/../lib/bootstrap.php';
$rssBridge = new RssBridge();
$cache = RssBridge::getCache();
$cache->clear();