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