rss-bridge/actions
Dag 6254b8593e
refactor(cache): extract and encapsulate cache expiration logic (#3547)
* refactor(cache): extract and encapsulate cache expiration logic

* fix: logic bug in getSimpleHTMLDOMCached

* fix: silly me, index should of course be on the key column

* silly me again, PRIMARY keys get index by default lol

* comment out the delete portion in loadData

* remove a few log statements

* tweak twitter cache timeout
2023-07-19 05:05:49 +02:00
..
ConnectivityAction.php feat: enable bridges using env var (#3428) 2023-06-11 03:16:03 +02:00
DetectAction.php feat: enable bridges using env var (#3428) 2023-06-11 03:16:03 +02:00
DisplayAction.php refactor(cache): extract and encapsulate cache expiration logic (#3547) 2023-07-19 05:05:49 +02:00
FrontpageAction.php feat: enable bridges using env var (#3428) 2023-06-11 03:16:03 +02:00
HealthAction.php feat: add health check action (#3484) 2023-07-05 05:41:20 +02:00
ListAction.php feat: enable bridges using env var (#3428) 2023-06-11 03:16:03 +02:00
SetBridgeCacheAction.php refactor: dont create multiple instances of the cache (#3504) 2023-07-08 17:03:12 +02:00