# File lib/stores/cachetastic_stores_memcache.rb, line 35
  def get(key)
    self.conn.get(key)
  end