RvcacheProxy.removeSubject()

Method

Related Forms

RvcacheProxy.removeSubjects()

Declaration

RvcacheProxy removeSubject(
    java.lang.String  subject)
  throws ConfigurationException
RvcacheProxy removeSubjects(
    java.lang.String[]  subjects)
  throws ConfigurationException

Purpose

Remove a subject from the cache.

Remarks

After removing a subject, rvcache no longer stores it, nor forwards its values.

This method returns the RvcacheProxy object, so programs can conveniently chain additional method calls to the return value.

Parameter

Description

subject

Stop caching subjects that match this specification. Wildcards are permitted.

subjects

Stop caching subjects that match these specifications. Wildcards are permitted.

See Also

RvcacheProxy

For background information, see Browser Administration Interface in TIBCO Rendezvous Administration.