I have only found two options that accept this plugin that are cacheFirst and networkFirst but I can not find the option for Cache then network to get updates.
{
urlPattern: /^https:\/\/mlm-s2-p\.mlstatic\.com/,
handler: 'cacheFirst',
options: {
cache: {
maxEntries: 1000,
name: 'mercadolibre-images-cache-s2c'
}
}
},