# File lib/flickr/base.rb, line 34
        def photo_cache_store(photo)
                @photo_by_id[photo.id] = photo if @caching
        end