Skip to content

Instantly share code, notes, and snippets.

@pawel2105
Created July 8, 2014 13:43
Show Gist options
  • Save pawel2105/a2e0e81d2454eed441f5 to your computer and use it in GitHub Desktop.
Save pawel2105/a2e0e81d2454eed441f5 to your computer and use it in GitHub Desktop.
memcache clearing
# Find your tour ID
tour = Tour.find(xxx)
Cache::Tour.new(tour).delete
# This clears memcache for all regions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment