1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 00:27:27 +02:00

[cache] Directly implement CacheInterface in FileCache

The function 'prepare' previously implemented in CacheAbstract
is specifically required for FileCache and thus belongs to FileCache.
Since this change removes all code from CacheAbstract, it can be
removed completely.
This commit is contained in:
logmanoriginal
2016-10-08 14:52:03 +02:00
parent 5f1c4e1c55
commit 0998cbde9d
4 changed files with 10 additions and 14 deletions

View File

@@ -14,7 +14,6 @@ require __DIR__ . '/Bridge.php';
require __DIR__ . '/BridgeAbstract.php';
require __DIR__ . '/FeedExpander.php';
require __DIR__ . '/Cache.php';
require __DIR__ . '/CacheAbstract.php';
require __DIR__ . '/validation.php';
require __DIR__ . '/html.php';