mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 17:14:38 +02:00
[cache] Specify cache duration for 'purgeCache'
This commit is contained in:
parent
2d56b717cf
commit
5c309e93dc
3 changed files with 4 additions and 5 deletions
|
@ -3,5 +3,5 @@ interface CacheInterface {
|
|||
public function loadData();
|
||||
public function saveData($datas);
|
||||
public function getTime();
|
||||
public function purgeCache();
|
||||
public function purgeCache($duration);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue