# File lib/memcache.rb, line 190
    def [](key)
        self.get(key)
    end