mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-27 12:01:09 +03:00
21d3bf3b60
- For consistency, functions should always return null on non-existing data. - WordPressPluginUpdateBridge appears to have used its own cache instance in the past. Obviously not used anymore. - Since $key can be anything, the cache implementation must ensure to assign the related data reliably; most commonly by serializing and hashing the key in an appropriate way. - Even though the default path for storage is perfectly fine, some people may want to use a different location. This is an example how a cache implementation is responsible for its requirements. |
||
---|---|---|
.. | ||
ActionAbstract.php | ||
ActionFactory.php | ||
ActionInterface.php | ||
Authentication.php | ||
Bridge.php | ||
BridgeAbstract.php | ||
BridgeCard.php | ||
BridgeInterface.php | ||
BridgeList.php | ||
Cache.php | ||
CacheInterface.php | ||
Configuration.php | ||
contents.php | ||
Debug.php | ||
error.php | ||
Exceptions.php | ||
FactoryAbstract.php | ||
FeedExpander.php | ||
FeedItem.php | ||
Format.php | ||
FormatAbstract.php | ||
FormatInterface.php | ||
html.php | ||
ParameterValidator.php | ||
rssbridge.php |