type Liveset interface {
// Contains returns true if the given object definitely is in the// set; it may rarely return true when the object does not.
Contains(digest.Digest) bool
}
A Liveset contains a possibly approximate judgement about live
objects.