class Async::Container::Keyed

def clear!

Clear the instance. This is normally done before reloading a container.
def clear!
	@marked = false
end