Skip to content

Instantly share code, notes, and snippets.

@andreareginato
Created November 29, 2012 14:42
Show Gist options
  • Save andreareginato/4169517 to your computer and use it in GitHub Desktop.
Save andreareginato/4169517 to your computer and use it in GitHub Desktop.
Searchable cache key
def self.cache_key
Digest::MD5.hexdigest "#{scoped.max(:updated_at).to_i}-#{scoped.min(:updated_at)}-#{scoped.count}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment