Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 2, 2018
1 parent e5fa471 commit 066754a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ if (db.supported) { // Cache API supported by browser
console.log('json object', json);
});
// delete key from database
db.del('key2');
// prune expired cache entries
db.prune();
Expand Down

0 comments on commit 066754a

Please sign in to comment.