In this example, the Manager Application pre-caches several topics
even before instantiating any of the components. Publish to these topics
and then use the Subscriber to subscribe to them. This simulates the
component initialization use case described in the Developer's Guide.
The pre-cached topics are:
- com.example.mail.folder.select
- com.example.mail.message.select
- precache.**
Components can also cache-enable topics; the Subscriber component has
already cache-enabled "a.**". If you publish on "a.b.c" and "a.b.d" and
then subscribe to "a.b.**", the subscriber will receive the cached values.
To disable caching for "a.**", destroy all subscriptions to topics matching
"a.**". Use the query component to see the contents of the cache.