SmartSockets .NET Class Library

TipcCache.GMDFlush Method 

GMDFlush: This function is used to flush the SmartCache for cached messages from senders. This function sends a message to SmartCache to delete cached messages for specified subject from specified RTclient. The value reqSubj or reqSender (but not both) can be set to T_CACHE_FLUSH_ALL to flush all the subjects or senders.

public virtual void GMDFlush(
   string reqSubj,
   string reqSender,
   string smartCacheGroup
);

Parameters

reqSubj
subject name to flush.
reqSender
sender to flush.
smartCacheGroup
Subject of the smartcache group.

See Also

TipcCache Class | TipcCache Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved