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
- Rename BaseCacheKey and ContextualCacheKey with "Data" on end, since
the cache key is a string.
- Reintroduce CacheKey(Data) removed in #6655; make the
GenerateCacheKeyFunction type be defined in terms of it. Now calls to
the `const generateCacheKey` function are type-safe (ie, the second
arg is a CacheKeyData rather than unknown).
- Describe generateCacheKey hook as a method rather than a field, like
the other hooks in Options.
0 commit comments