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

Introduce new cache.batch(options) method for InMemoryCache. #7819

Merged
merged 6 commits into from Mar 11, 2021

Commits on Mar 11, 2021

  1. Introduce InMemoryCache#batch method.

    This new method is similar to performTransaction, but takes an extensible
    options object rather than positional arguments.
    
    Among the new options is an onDirty callback function, which will be
    invoked for each cache watcher affected by the batch transaction.
    benjamn committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a4946ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5cd661 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b08c257 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c0d58f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96bc2c2 View commit details
    Browse the repository at this point in the history
  6. Mention PR #7819 in CHANGELOG.md.

    benjamn committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    215b94f View commit details
    Browse the repository at this point in the history