mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-28 05:54:19 +02:00
[Documentation] Move all wiki pages into the repo and make it pretty (#2494)
This commit is contained in:
parent
16470e8119
commit
76f5de3d0f
53 changed files with 4215 additions and 0 deletions
4
docs/07_Cache_API/index.md
Normal file
4
docs/07_Cache_API/index.md
Normal file
|
@ -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)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue