class ActiveSupport::Cache::Strategy::LocalCache::LocalStore

def clear(options = nil)

def clear(options = nil)
  @data.clear
end