enonic / lib-cache

Cache Library for Enonic XP.
Apache License 2.0
2 stars 1 forks source link

Implement remove-function in cache.js (#1) #2

Closed aro closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #2   +/-   ##
=======================================
  Coverage       100%   100%           
- Complexity        8     11    +3     
=======================================
  Files             2      2           
  Lines            15     22    +7     
=======================================
+ Hits             15     22    +7
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/enonic/lib/cache/CacheBean.java 100% <100%> (ø) 7 <3> (+3) :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 2068f90...e54fb8b. Read the comment docs.

GlennRicaud commented 7 years ago

Works and looks good.