Skip to content

Instantly share code, notes, and snippets.

@DavidQL
Created February 13, 2012 16:05
Show Gist options
  • Save DavidQL/1817877 to your computer and use it in GitHub Desktop.
Save DavidQL/1817877 to your computer and use it in GitHub Desktop.
class User
def foo_cache_key
"user-#{self.id}-memcache-iterator-#{self.memcache_iterator}-foo"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment