meduzen / cachemap

A key-value cache built upon the JavaScript `Map` object.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider offsetting async caching to a Worker

meduzen opened this issue · comments

Would it make sense? Should it be the responsibility of the app using CacheMap to have its own logic, or can CacheMap provides a method or something else to help with multi-threading?