Skip to content

Commit 9487c62

Browse files
committed
Doc 36472527 - [35862187->24.09] DOC: update Javadoc for events to clarify that synthetic events work only with distributed caches and their derivatives
Doc 35862187 - DOC: update Javadoc for events to clarify that synthetic events work only with distributed caches and their derivatives #nobug80 (auto-submit 108144 after successfully running remote remote.full) Job ID: job.9.20240402142817.10726 (auto-submit integ 108149 main -> coherence-ce/main after successfully running remote remote.full) Job ID: job.9.20240402155536.19801 [git-p4: depot-paths = "//dev/coherence-ce/main/": change = 108160]
1 parent a4ef8d9 commit 9487c62

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

prj/coherence-core/src/main/java/com/tangosol/net/cache/CacheEvent.java

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (c) 2000, 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
5-
* http://oss.oracle.com/licenses/upl.
5+
* https://oss.oracle.com/licenses/upl.
66
*/
77

88
package com.tangosol.net.cache;
@@ -25,6 +25,13 @@
2525
* naturally causes either ENTRY_INSERTED or ENTRY_UPDATED event. However, the
2626
* same event could be as well caused by a client call to a get() method that
2727
* in turn forces an entry insertion by a cache loader.
28+
* <p>
29+
* Not all cache service types support the dispatching of synthetic events.
30+
* Synthetic events will only be dispatched by a partitioned cache service
31+
* and its derivatives, such as a federated cache service, or by near, view,
32+
* or remote caches that are backed by a cache service that supports the
33+
* dispatching of synthetic events. In all other cases, no event will be dispatched
34+
* for synthetic events such as expiry.
2835
*
2936
* @author gg 2003.09.12
3037
* @since Coherence 2.3

0 commit comments

Comments
 (0)