This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Opinion: TreeCache/CacheLoader isomorphismbelaban Mar 30, 2005 5:08 AM (in response to antonyblakey)The TreeCache and CacheLoader class and interface are not the same. 
 I intend to provide only an interface 'Cache' for TreeCache and TreeCacheAop in 1.3. CacheLoaders would then implement that interface as well, the idea being that a Cache can be either a real Cache or a CacheLoader. This would allow for hierarchies of caches.
 
    