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></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>