1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-17 14:18:35 +01:00
2023-09-20 02:45:48 +02:00

471 B

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). A cache must implement the CacheInterface interface.

For more information about how to create a new Cache, read How to create a new cache?