func()

in cleanup.go [84:87]


func (u *ObjectTTL) mark(ttl time.Duration) {
	u.Used = time.Now()
	u.TTL = u.Used.Add(ttl)
}