mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 15:44:47 +02:00
parent
191e5b0493
commit
6eaf0eaa56
3 changed files with 28 additions and 1 deletions
14
bin/cache-clear
Executable file
14
bin/cache-clear
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Remove all items from the cache
|
||||
*/
|
||||
|
||||
require __DIR__ . '/../lib/bootstrap.php';
|
||||
|
||||
$rssBridge = new RssBridge();
|
||||
|
||||
$cache = RssBridge::getCache();
|
||||
|
||||
$cache->clear();
|
Loading…
Add table
Add a link
Reference in a new issue