Closed yuhengshs closed 1 month ago
The purpose of this PR is to fix the issue that Cache.clear() is not working as expected by not clearing the cache.
Cache.clear()
prefix
13791
yarn test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes
The purpose of this PR is to fix the issue that
Cache.clear()
is not working as expected by not clearing the cache.prefix
to the key to make sure the item is successfully identified and removed.prefix
and not clearing cacheIssue #, if available
13791
Description of how you validated changes
Checklist
yarn test
passesChecklist for repo maintainers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.