Skip to content

boomerang-cache v1.0.4

Choose a tag to compare

@giraysam giraysam released this 26 Sep 09:18
· 12 commits to master since this release

Expire item was included in storage item.

// After 3 seconds this will return null.
var seconds = 3;
boomerang.set('key', 'Hello World', seconds);