[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-206) PojoCache remote getObject needs to populate the in-memory reference as well
Ben Wang (JIRA)
jira-events at jboss.com
Mon Aug 14 23:06:16 EDT 2006
[ http://jira.jboss.com/jira/browse/JBCACHE-206?page=all ]
Ben Wang updated JBCACHE-206:
-----------------------------
Fix Version/s: PojoCache 2.2.0
(was: PojoCache)
> PojoCache remote getObject needs to populate the in-memory reference as well
> ----------------------------------------------------------------------------
>
> Key: JBCACHE-206
> URL: http://jira.jboss.com/jira/browse/JBCACHE-206
> Project: JBoss Cache
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: PojoCache
> Reporter: Ben Wang
> Assigned To: Ben Wang
> Priority: Minor
> Fix For: PojoCache 2.2.0
>
> Original Estimate: 3 days
> Remaining Estimate: 3 days
>
> Currently, if we do a getObject from the remote node, it will create a new instance and attach that pojo instance with a CacheInterceptor such that all pojo operations will be intercepted and interact from the cache. However, we will also need to populate the in-memory copy as well such that when a removeObject is called (such that the pojo is detached from the cache), the pojo will still has the correct values.
> Note this use case should be very rare. In general, if you do a removeObject, that usually means the pojos are ready for GCed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list