Skip to content

Instantly share code, notes, and snippets.

@adamwiggins
Created April 28, 2009 20:13
Show Gist options
  • Save adamwiggins/103372 to your computer and use it in GitHub Desktop.
Save adamwiggins/103372 to your computer and use it in GitHub Desktop.
class MemCache
def self.cache
@@cache ||= MemCache.new('localhost:11211')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment