On Mon, 2002-05-13 at 16:40, [EMAIL PROTECTED] wrote: > asmuts 02/05/13 13:40:29 > > Added: src/java/org/apache/jcs/engine/control/event > ElementEventQueue.java > Log: > Element event queue > > I want to add a method to the cache that controls this. > > The CacheHub class is confusing. It is reallythe CacheHub manager. The class >called Cache would be better called CacheHub. > > I find it very confusing and unlike everything else.
Okay, how about: CacheHub --> CompositeCacheManager Cache --> CompositeCache I'm fine with s/CompositeCache/CacheHub/, but I think CompositeCache does a better job of implying that it is both an aggregation of caches and a cache itself, CacheHub only implies the former to me. Here is my +1, valid for either option. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
