create TTL cache in CF worker
I need to throttle some code in a CF worker. i.e., if something is called 5 times in a 2 minutes, run it only once. I was thinking to use something like ttl cache to implement but this isn't working https://www.npmjs.com/package/@isaacs/ttlcache.
