Skip to content

Instantly share code, notes, and snippets.

@joshmvandercom
Created April 12, 2010 23:40
Show Gist options
  • Save joshmvandercom/364129 to your computer and use it in GitHub Desktop.
Save joshmvandercom/364129 to your computer and use it in GitHub Desktop.
place = DbObjectCache::fetch("pd-#{params[:permalink]}", 3.days) do
thrift_safe do
Loopt::PlacesClient.new.getPlaceByPermalink(Type::Request.new, params[:permalink])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment