class CopyTunerClient::RequestSync

def sync

def sync
  @cache.sync
  ::Rack::Response.new{|r| r.redirect('/copytuner/')}.finish
end