Method: Juno::Proxy#clear

Defined in:
lib/juno/proxy.rb

#clear(options = {}) ⇒ void

This method returns an undefined value.

Clear all keys in this store

Parameters:

  • options (Hash) (defaults to: {})


61
62
63
64
# File 'lib/juno/proxy.rb', line 61

def clear(options = {})
  @adapter.clear(options)
  self
end