`cache.match` checks for a cached value. If it's in the cache, it returns the value, otherwise it re

cache.match checks for a cached value. If it's in the cache, it returns the value, otherwise it returns
null
. Your Worker does all of the fetching and inserting (cache.put) into the cache itself.
Was this page helpful?