# File lib/moneta.rb, line 20
    def fetch(key, default = nil, &blk)
      check_expired(key)
      super
    end