RvcacheProxy.addSubjectReplace()
Method
Related Forms
RvcacheProxy.addSubjectsReplace()
Declaration
RvcacheProxyaddSubjectReplace
(
java.lang.String subject)
throws ConfigurationException
RvcacheProxyaddSubjectsReplace
(
java.lang.String[] subjects)
throws ConfigurationException
Purpose
Add a subject with replace semantics.
Remarks
Replace semantics replaces stored data from previous messages with data from new messages; see Replace and Merge in
.This method returns the RvcacheProxy object, so programs can conveniently chain additional method calls to the return value.
Parameter |
Description |
|
Begin caching subjects that match this specification. Wildcards are permitted. |
|
Begin caching subjects that match these specifications. Wildcards are permitted. |
See Also
For background information, see Browser Administration Interface in
.