Method: ActiveSupport::Cache::Strategy::LocalCache#clear
- Defined in:
- lib/active_support/cache/strategy/local_cache.rb
#clear(options = nil) ⇒ Object
:nodoc:
92 93 94 95 96 |
# File 'lib/active_support/cache/strategy/local_cache.rb', line 92 def clear( = nil) # :nodoc: return super unless cache = local_cache cache.clear() super end |