class Google::Cloud::Env::LazyDict

def set! key, value, lifetime: nil

Returns:
  • (Object) - the value

Parameters:
  • lifetime (Numeric) -- the lifetime until expiration in seconds,
  • value (Object) -- the value to set
  • key (Object) -- the key
def set! key, value, lifetime: nil
  lookup_key(key).set! value, lifetime: lifetime
end