RvcacheProxy.addSubjectMerge()
Method
Related Forms
RvcacheProxy.addSubjectsMerge()
Declaration
RvcacheProxyaddSubjectMerge
(
java.lang.String subject)
throws ConfigurationException
RvcacheProxyaddSubjectsMerge
(
java.lang.String[] subjects)
throws ConfigurationException
Purpose
Add a subject with merge semantics.
Remarks
Merge semantics merges 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
.