On Oct 20, 2005, at 10:51 AM, mario ruggier wrote: > Can this be made safer by simply checking if the objects's > _p_status==SAVED, and if so then I can freely GHOST the object ? I think so. I would use the _p_is_saved() instead of checking _p_status directly. > Furthermore, can this behaviour be kicked in selectively, such as > when the cache approaches its configured capacity ? Someone has to call something to trigger it.