flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

expose memoryCacheContainsKey method from cache_store

Open vinicius0026 opened this issue 4 years ago • 0 comments

:sparkles: What kind of change does this PR introduce?

Feature

:arrow_heading_down: What is the current behavior?

No way of knowing if a key is in the memory cache.

:new: What is the new behavior (if this is a feature change)?

New method to know if a given key is present in the memory cache

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

Unit tests were added - there's not much to test really, it's a really simple new method.

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting

  • [x] All projects build
  • [x] Follows style guide lines (code style guide)
  • [ ] Relevant documentation was updated
  • [x] Rebased onto current develop

vinicius0026 avatar Dec 10 '21 21:12 vinicius0026