# File lib/flickr/base.rb, line 22
        def ticket_cache_store(ticket)
                @ticket_by_id[ticket.id] = ticket if @caching
        end