mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 01:25:21 +02:00
[FileCache] Add property to define cache folder
This commit is contained in:
parent
5639b158e7
commit
2d56b717cf
2 changed files with 30 additions and 9 deletions
|
@ -130,6 +130,7 @@ try {
|
|||
|
||||
// Initialize cache
|
||||
$cache = Cache::create('FileCache');
|
||||
$cache->setPath(__DIR__ . '/cache');
|
||||
$cache->purgeCache();
|
||||
$cache->setParameters($params);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue