# File lib/moneta/memcache.rb, line 24
    def [](key)
      @cache.get(key)
    end