This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Refactoring JBossCache interceptor chain constructionbrian.stansberry Oct 13, 2005 5:56 PM (in response to manik)+1. TreeCache has 4572 lines right now! 
- 
        2. Re: Refactoring JBossCache interceptor chain constructionanil.saldhana Oct 13, 2005 6:14 PM (in response to manik)Also can you guys extract an interface so that people wishing to know what operations, TreeCache supports, do not have to go thru the ocean? 
- 
        3. Re: Refactoring JBossCache interceptor chain constructionmanik Oct 14, 2005 3:38 AM (in response to manik)There is a JIRA task for that - to front TreeCache with an interface (proably called 'Cache') and have this built by a CacheFactory. 
 http://jira.jboss.com/jira/browse/JBCACHE-57
 This is only scheduled for JBossCache 2.0 though, since it is a major API change for anyone using JBossCache.
- 
        4. Re: Refactoring JBossCache interceptor chain constructionbelaban Oct 19, 2005 9:44 AM (in response to manik)-1 for the following: interface ISomething { void singleMethod(); }
 :-)
 
     
     
    