From a62fe23a6450196e1da334eff1a3f358c5f9bc41 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sun, 16 Oct 2016 12:04:27 +0200 Subject: [PATCH] [Cache API] Create new page --- Cache-API.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Cache-API.md diff --git a/Cache-API.md b/Cache-API.md new file mode 100644 index 0000000..b22e32d --- /dev/null +++ b/Cache-API.md @@ -0,0 +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. + +For more information about how to create a new `Cache`, read [How to create a new cache?](How-to-create-a-new-cache) +