Method: AnyCache::Adapters::Dalli#clear

Defined in:
lib/any_cache/adapters/dalli.rb

#clear(**options) ⇒ void

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method returns an undefined value.

Parameters:

  • options (Hash)

Since:

  • 0.1.0



234
235
236
# File 'lib/any_cache/adapters/dalli.rb', line 234

def clear(**options)
  flush(0) # NOTE: 0 is a flush delay
end