I hereby claim:
- I am neophi on github.
- I am neophi (https://keybase.io/neophi) on keybase.
- I have a public key ASD7lOqaXyGv5YVgsFaj2iJCOiXm-T8j_uL-ZRqyd4zEwwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // populate simulated local database with one value | |
| var cache = { | |
| 'bob': 'DB BOB' | |
| }; | |
| // simulated local DB | |
| var db = { | |
| load: function(key, callback) { | |
| console.log('db.load', key); | |
| process.nextTick(function() { |