Clean cache by baseUrl and list of urls to keep in cache
start of url to clean
list of full urls to keep in cache
name of cache to clean (default: 'default')
const bingImageList: string[] = await getBingImageUrlList();await cacheCleanup('https://bing.com/th', bingImageList); Copy
const bingImageList: string[] = await getBingImageUrlList();await cacheCleanup('https://bing.com/th', bingImageList);
v0.0.1
Clean cache by baseUrl and list of urls to keep in cache