clear({ options } = {}) {
    const storage = get(this, 'storage');

    this.keys(options).forEach(function(key) {
      storage.delete(key);