mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-24 19:29:17 +03:00
[Cache API] Create new page
parent
ec1dac1d9c
commit
a62fe23a64
1 changed files with 4 additions and 0 deletions
4
Cache-API.md
Normal file
4
Cache-API.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](Folder-structure)). A cache must implement the `CacheInterface` interface.
|
||||
|
||||
For more information about how to create a new `Cache`, read [How to create a new cache?](How-to-create-a-new-cache)
|
||||
|
Loading…
Add table
Reference in a new issue