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.
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.