Skip to content

Commit 066754a

Browse files
author
root
committed
first commit
1 parent e5fa471 commit 066754a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ if (db.supported) { // Cache API supported by browser
3636
console.log('json object', json);
3737
});
3838
39+
// delete key from database
40+
db.del('key2');
41+
3942
// prune expired cache entries
4043
db.prune();
4144

0 commit comments

Comments
 (0)