• Patch
  • Status: Closed
  • Resolution: Won't Fix
  • Reporter:
  • September 21, 2009
  • 0
  • Watchers: 0
  • July 27, 2012
  • August 16, 2010

Description

This patch adds notifyElementSerialized (when an element is written from memory to disk) and notifyElementDeerialized (when an element is read from disk into memory) to CacheEventListener’s. Useful for reattaching the object to some context when the context does not get serialized.

Includes unit test.

Sourceforge Ticket ID: 2074596 - Opened By: prophecyslides - 25 Aug 2008 23:59 UTC

Comments

Fiona OShea 2010-01-06

Assigning these issues to Greg, so that he can decide what to do with them.

gluck 2010-08-16

Adding this will make the population of listeners out there incompatible. This is a narrow use case. Java already provides hooks with readResolve.