matthiasmullie / scrapbook

PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
https://www.scrapbook.cash
MIT License
315 stars 27 forks source link

switch to official psr/simple-cache^0.1 #14

Closed mindplay-dk closed 7 years ago

mindplay-dk commented 7 years ago

Fxies #13

codecov-io commented 7 years ago

Current coverage is 83.52% (diff: 100%)

Merging #14 into master will not change coverage

@@             master        #14   diff @@
==========================================
  Files            33         33          
  Lines          2307       2307          
  Methods         330        330          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1927       1927          
  Misses          380        380          
  Partials          0          0          

Powered by Codecov. Last update 00f658d...dbde227

matthiasmullie commented 7 years ago

Perfect, thanks man!