schams-net / t3extensions_widget

Dashboard widgets to show the most recent TYPO3 extensions updated/published at the TER
GNU General Public License v3.0
1 stars 0 forks source link

Cached data does not get refreshed #2

Closed schams-net closed 4 years ago

schams-net commented 4 years ago

The widget currently uses the \TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend to cache data. At this point in time, we assume that this cache is never flushed (see issue 90562).

As a consequence, data that has been retrieved from the remote service api.t3extensions.org will not be refreshed, even if the cache expiry time has been reached or exceeded.