From 0b1c5eea4efdadc84c53f88450d3f53d5cb6e918 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sun, 16 Oct 2016 12:36:48 +0200 Subject: [PATCH] [Cache API] Link CacheInterface --- Cache-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cache-API.md b/Cache-API.md index b22e32d..6bdacdf 100644 --- a/Cache-API.md +++ b/Cache-API.md @@ -1,4 +1,4 @@ -A _Cache_ is a class that allows **RSS-Bridge** to store fetched data in a local storage area on the server. Cache imlementations are placed in the `caches/` folder (see [Folder structure](Folder-structure)). A cache must implement the `CacheInterface` interface. +A _Cache_ is a class that allows **RSS-Bridge** to store fetched data in a local storage area on the server. Cache imlementations are placed in the `caches/` folder (see [Folder structure](Folder-structure)). A cache must implement the [`CacheInterface`](CacheInterface) interface. For more information about how to create a new `Cache`, read [How to create a new cache?](How-to-create-a-new-cache)