Class CacheLookup.

Inherits Garbage

This class indicates the progress of a cache lookup operation.

Each cache manager (e.g., AddressCache) has a "lookup()" method that returns a CacheLookup object, whose state() is set to Completed when the operation is complete.

CacheLookup::CacheLookup()

Creates a CacheLookup object in the Executing state.

Reimplements Garbage::Garbage().

bool CacheLookup::done() const

Returns true only if the cache lookup operation has completed.

void CacheLookup::setState( State s )

Sets this object's state to s.

State CacheLookup::state() const

Returns the state of this object.

This web page based on source code belonging to Oryx Mail Systems GmbH. All rights reserved.