[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-1134) Consolidate delegating cache loader classes
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Tue Jul 17 18:22:47 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-1134?page=comments#action_12369275 ]
Galder Zamarreno commented on JBCACHE-1134:
-------------------------------------------
Right, first part done:
singleton store cache loader class configuration added and changed the way
SSCL is configured in the XML. Also migrated push state logic to use
java.util.concurrent package.
Still pending, changing user guide for the updated configuration and an XML example in etc/
> Consolidate delegating cache loader classes
> -------------------------------------------
>
> Key: JBCACHE-1134
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1134
> Project: JBoss Cache
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Cache loaders
> Affects Versions: 1.4.1.SP3, 2.0.0.CR3
> Reporter: Galder Zamarreno
> Assigned To: Manik Surtani
> Fix For: 2.0.0.GA
>
>
> In the org.jboss.cache.loader package, we have:
> o.j.c.l.DelegatingCacheLoader and
> o.j.c.l.AbstractDelegatingCacheLoader
> The second one was created by me when I first created
> SingletonStoreCL (doh!). I refactored common code
> from AsyncCL to AbstractDelegatingCL and made
> AsyncCL and SingletonStoreCL.
> I have just spotted DelegatingCacheLoader which is
> extended by LocalDelegatingCacheLoader and
> TcpDelegatingCacheLoader.
> We should try to consolidate, if possible, all delegating
> cache loaders into one DelegatingCacheLoader interface
> and an abstract implementation.
> It'd be nice if this could be done by 2.0.GA, so setting that
> fix version for the moment :). Otherwise, we'll have to leave it
> for 3.0
--
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