kirillseva / cacher

In memory cache interface for R
4 stars 4 forks source link

list_all method #14

Closed abelcastilloavant closed 6 years ago

abelcastilloavant commented 6 years ago

adding a method to give a list of keys for all objects in a cache.

codecov-io commented 6 years ago

Codecov Report

Merging #14 into master will increase coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage    88.7%   88.88%   +0.17%     
==========================================
  Files           1        1              
  Lines          62       63       +1     
==========================================
+ Hits           55       56       +1     
  Misses          7        7
Impacted Files Coverage Δ
R/lru.R 88.88% <100%> (+0.17%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8bd2564...17b6ca5. Read the comment docs.

kirillseva commented 6 years ago

👍