[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1134) Consolidate delegating cache loader classes
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Thu Jul 12 12:45:04 EDT 2007
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
Priority: Minor
Fix For: 2.0.0.CR4, 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