Nikita-tech-writer commented on a change in pull request #9214:
URL: https://github.com/apache/ignite/pull/9214#discussion_r662377158



##########
File path: docs/_docs/thin-clients/java-thin-client.adoc
##########
@@ -197,6 +197,29 @@ include::{sourceCodeFile}[tag=binary-example,indent=0]
 
 Refer to the link:key-value-api/binary-objects[Working with Binary Objects] 
page for detailed information.
 
+=== Cache entry listening
+
+When a cache gets modified (an entry is inserted, updated, deleted or 
expired), an event can be sent to notify the client.
+To listen to these events two approaches can be used:

Review comment:
       ```suggestion
   When a cache is modified (an entry is inserted, updated, deleted, or 
expired), an event can be sent to notify the client.
   To listen to these events, you can use one of the following approaches:
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to