diff options
author | 2023-09-20 02:45:48 +0200 | |
---|---|---|
committer | 2023-09-20 02:45:48 +0200 | |
commit | e6aef73a02f7220f2a2ce8acc9d4f6c627ceb88a (patch) | |
tree | d11d023677d5497a9b0fc5b05aaacb99423557dd /docs/07_Cache_API/index.md | |
parent | cf7e3eea5612f3466f297883395723e5b325fd1e (diff) | |
download | rss-bridge-e6aef73a02f7220f2a2ce8acc9d4f6c627ceb88a.tar.gz rss-bridge-e6aef73a02f7220f2a2ce8acc9d4f6c627ceb88a.tar.zst rss-bridge-e6aef73a02f7220f2a2ce8acc9d4f6c627ceb88a.zip |
refactor (#3668)
Diffstat (limited to 'docs/07_Cache_API/index.md')
-rw-r--r-- | docs/07_Cache_API/index.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/07_Cache_API/index.md b/docs/07_Cache_API/index.md index 57692847..17afbacc 100644 --- a/docs/07_Cache_API/index.md +++ b/docs/07_Cache_API/index.md @@ -1,4 +1,6 @@ -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) +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) |