[jboss-jira] [JBoss JIRA] Closed: (JBCACHE-545) Consider removing TreeCache, parent, and name
Manik Surtani (JIRA)
jira-events at jboss.com
Wed Jan 3 11:26:28 EST 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-545?page=all ]
Manik Surtani closed JBCACHE-545.
---------------------------------
Resolution: Done
name and parent have been removed.
A cache reference is necessary since we now allow calls directly on the node, which means they need to be routed via cache (for the time being) to go through the interceptor stack. Will change in 2.1.0 when we use a proper AOP framework rather than our own handwoven interceptors.
> Consider removing TreeCache, parent, and name
> ---------------------------------------------
>
> Key: JBCACHE-545
> URL: http://jira.jboss.com/jira/browse/JBCACHE-545
> Project: JBoss Cache
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Affects Versions: 1.3.0.GA
> Reporter: Elias Ross
> Assigned To: Manik Surtani
> Fix For: 2.0.0.ALPHA2, 2.0.0.GA
>
>
> "name" is redundant with respect to Fqn, which contains the name already
> parent can be obtained in O(log(n)) time with a TreeCache instance
> TreeCache can be passed in from the user to methods that require it
--
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