Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow-up to #6655 #6664

Merged
merged 1 commit into from Jul 11, 2022

Commits on Jul 11, 2022

  1. Follow-up to #6655

    - 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.
    glasser committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e7d73fc View commit details
    Browse the repository at this point in the history