master
test
protected test () { it('sets and gets a value', () => { cache.set('foo', 'bar') expect(cache.get('foo')).toBe('bar') })