diff options
author | 2022-03-22 21:33:29 +0100 | |
---|---|---|
committer | 2022-03-22 21:33:29 +0100 | |
commit | 76f5de3d0fb3962e20a91d175ec13d9fa06957da (patch) | |
tree | e332f7f8c0d368755c10350fab0ac5f8b63bb2be /docs/07_Cache_API/index.md | |
parent | 16470e811996b8e0ab7a257d7450880672bb9331 (diff) | |
download | rss-bridge-76f5de3d0fb3962e20a91d175ec13d9fa06957da.tar.gz rss-bridge-76f5de3d0fb3962e20a91d175ec13d9fa06957da.tar.zst rss-bridge-76f5de3d0fb3962e20a91d175ec13d9fa06957da.zip |
[Documentation] Move all wiki pages into the repo and make it pretty (#2494)
Diffstat (limited to 'docs/07_Cache_API/index.md')
-rw-r--r-- | docs/07_Cache_API/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/07_Cache_API/index.md b/docs/07_Cache_API/index.md new file mode 100644 index 00000000..57692847 --- /dev/null +++ b/docs/07_Cache_API/index.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](../04_For_Developers/03_Folder_structure.md)). A cache must implement the [`CacheInterface`](../07_Cache_API/02_CacheInterface.md) interface. + +For more information about how to create a new `Cache`, read [How to create a new cache?](../07_Cache_API/01_How_to_create_a_new_cache.md) + |