Joined: Fri Oct 14, 2005 3:47 pm Posts: 5 Location: Israel
|
Hibernate version: 3.0.1
Cache provider: JBoss TreeCache
Hi,
I have an interesting question.
I put into second level cache one table (class) and in case of updating data in this table the second level cache gets updated automatically.
I need to chatch this update immediately and proceed some calculations.
How can I do this?
Does second level cache have any event mechanism to notify the application when the data was updated?
I'll appreciate any help.
|
|