-
Hey @ardatan, I'm starting to look into implementation of initial cache as discussed in #1522. Which cache to use and howI am playing with cache-file and I see you're using Also, I considered using the default LRU cache, which exposes dump and load methods. Using cache-file I guess makes sense, but the behaviour would need to be corrected. How to bypass ttlHow can we achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You're right! We can use "localStorage" approach like having one-level key-value pairs instead of lodash's for safer caching. |
Beta Was this translation helpful? Give feedback.
-
The approach has been changed to not force caching policies, and be a bit closer to initial proposal #1522. Eventually, this was introduced in #1820, so this discussion can be marked as resolved |
Beta Was this translation helpful? Give feedback.
The approach has been changed to not force caching policies, and be a bit closer to initial proposal #1522.
Eventually, this was introduced in #1820, so this discussion can be marked as resolved