1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-18 07:21:16 +02:00

Deploying to gh-pages from @ RSS-Bridge/rss-bridge@e6aef73a02 🚀

This commit is contained in:
dvikan
2023-09-20 00:46:23 +00:00
parent eca3f6068d
commit 2068b00a40
45 changed files with 85 additions and 74 deletions

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../Cache_API/index.html">Cache API</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../Cache_API/CacheInterface.html">CacheInterface</a></h1>
<span class="ModifiedDate">
September 14, 2023 at 4:58 PM </span>
September 19, 2023 at 5:46 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/07_Cache_API/02_CacheInterface.md" target="_blank">
Edit on GitHub </a>

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../Cache_API/index.html">Cache API</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../Cache_API/How_to_create_a_new_cache.html">How to create a new cache</a></h1>
<span class="ModifiedDate">
September 14, 2023 at 4:58 PM </span>
September 19, 2023 at 5:46 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/07_Cache_API/01_How_to_create_a_new_cache.md" target="_blank">
Edit on GitHub </a>

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../Cache_API/index.html">Cache API</a></h1>
<span class="ModifiedDate">
September 14, 2023 at 4:58 PM </span>
September 19, 2023 at 5:46 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/07_Cache_API/index.md" target="_blank">
Edit on GitHub </a>
@@ -108,8 +108,11 @@
</div>
<div class="s-content">
<p>A <em>Cache</em> is a class that allows <strong>RSS-Bridge</strong> to store fetched data in a local storage area on the server. Cache imlementations are placed in the <code>caches/</code> folder (see <a href="../For_Developers/Folder_structure.html">Folder structure</a>). A cache must implement the <a href="CacheInterface.html"><code>CacheInterface</code></a> interface.</p>
<p>For more information about how to create a new <code>Cache</code>, read <a href="How_to_create_a_new_cache.html">How to create a new cache?</a></p>
<p>A <em>Cache</em> is a class that allows <strong>RSS-Bridge</strong> to store fetched data in a local storage area on the server.
Cache imlementations are placed in the <code>caches/</code> folder (see <a href="../For_Developers/Folder_structure.html">Folder structure</a>).
A cache must implement the <a href="CacheInterface.html"><code>CacheInterface</code></a> interface.</p>
<p>For more information about how to create a new <code>Cache</code>, read
<a href="How_to_create_a_new_cache.html">How to create a new cache?</a></p>
</div>
<nav>