mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-10-11 14:54:28 +02:00
* [BridgeAbstract] Add loadCacheValue() and saveCacheValue() Bridges currently need to implement value caching manually, which results in duplicate code and more complex bridges. This commit adds two protected functions to BridgeAbstract that make it possible for bridges to store and retrieve values from a temporary cache by key. Co-Authored-By: Roliga <roliga.here@gmail.com> Co-authored-by: Roliga <roliga.here@gmail.com>