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.
234 235 236 |
# File 'lib/any_cache/adapters/dalli.rb', line 234 def clear(**) flush(0) # NOTE: 0 is a flush delay end |