You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use is for situations where you have several items to cache individually, but don't want to refactor your code to use CachedFunction instead. Example
This would let me drop the legacy API and release v7.
I think CachedFunction could extend CachedMap but the types might make this impossible.
The text was updated successfully, but these errors were encountered:
I implemented and used this before, I don't remember where. I think it looks like:
The use is for situations where you have several items to cache individually, but don't want to refactor your code to use
CachedFunction
instead. ExampleThis would let me drop the legacy API and release v7.
I think
CachedFunction
could extendCachedMap
but the types might make this impossible.The text was updated successfully, but these errors were encountered: