rss-bridge/caches
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
..
FileCache.php refactor(cache): extract and encapsulate cache expiration logic (#3547) 2023-07-19 05:05:49 +02:00
MemcachedCache.php refactor(cache): extract and encapsulate cache expiration logic (#3547) 2023-07-19 05:05:49 +02:00
NullCache.php refactor(cache): extract and encapsulate cache expiration logic (#3547) 2023-07-19 05:05:49 +02:00
SQLiteCache.php refactor(cache): extract and encapsulate cache expiration logic (#3547) 2023-07-19 05:05:49 +02:00