Skip to content

Deprecate cache middleware and add optional flag to skip invalidation with the icache#618

Merged
agubler merged 7 commits into
dojo:masterfrom
agubler:icache-invalidate-flag
Dec 23, 2019
Merged

Deprecate cache middleware and add optional flag to skip invalidation with the icache#618
agubler merged 7 commits into
dojo:masterfrom
agubler:icache-invalidate-flag

Conversation

@agubler

@agubler agubler commented Dec 21, 2019

Copy link
Copy Markdown
Member

Type: feature

The following has been addressed in the PR:

Description:

Add optional parameter to the icache middleware set APIs to skip invalidation. Invert the dependency between the cache and icache so the cache can be deprecated. Includes a deprecation message on use of the cache middleware

Updates the documentation to reflect the changes made.

Resolves #616
Resolves #617

@codesandbox-ci

Copy link
Copy Markdown

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit e185720:

Sandbox Source
pedantic-goldstine-1y1cs Configuration

@agubler agubler merged commit 49968a3 into dojo:master Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invert the dependency between icache and cache Add option to skip invalidate when using icache.set or icache.getOrSet

2 participants