reactr icon indicating copy to clipboard operation
reactr copied to clipboard

Add a keys method to the cache API

Open k33g opened this issue 3 years ago • 0 comments

It could be interesting to get the list of the keys stored in the cache.

Use case: get a list/array of the values stored in the cache:

  • get the keys list
  • iterate/parse the list: at each key, add an item to the list

k33g avatar May 12 '22 22:05 k33g