• Bug
  • Status: Closed
  • Resolution: Fixed
  • drb
  • Reporter: sourceforgetracker
  • September 21, 2009
  • 0
  • Watchers: 0
  • September 22, 2009
  • September 22, 2009

Description

Current Cache operations ‘put’, ‘remove’, ‘update’ have a standard call and a quiet call. A new call that forward to CacheEventListeners but not CacheReplicators.

Sourceforge Ticket ID: 1431481 - Opened By: lobre - 14 Feb 2006 12:56 UTC

Comments

Sourceforge Tracker 2009-09-21

Logged In: YES user_id=693320

There is a similar feature request related to the functionality in 1.2 beta4 whereby listeners do not get notified when a remote put or remove is received. This functionality has been changed so that they do get notified.

Two new methods in Cache have been added:

  • put(Element element, boolean doNotNotifyCacheReplicators)
  • remove(Serializable key, boolean doNotNotifyCacheReplicators)

These methods address your feature request but also provide the mechanism to provide correct behaviour for notifications received from remote cache peers.

This feature is in trunk and will be in ehcache-1.2 beta5 Comment by: gregluck - 1 Mar 2006 07:38 UTC

Fiona OShea 2009-09-22

Re-opening so that I can properly close out these issues and have correct Resolution status in Jira