mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
[cache] Specify cache duration for 'purgeCache'
This commit is contained in:
@@ -3,5 +3,5 @@ interface CacheInterface {
|
||||
public function loadData();
|
||||
public function saveData($datas);
|
||||
public function getTime();
|
||||
public function purgeCache();
|
||||
public function purgeCache($duration);
|
||||
}
|
||||
|
Reference in New Issue
Block a user