# File lib/flickr/auth.rb, line 34
        def cache_token
                File.open(@cache_file,'w'){ |f| f.write @token.to_xml } if token
        end