> --- MemoryCache.java 9 Apr 2002 00:32:45 -0000 1.2 > +++ MemoryCache.java 13 May 2002 16:25:42 -0000 1.3 > @@ -11,9 +11,12 @@ > /** > * For the framework. Insures methods a MemoryCache needs to access. > * > + * Not sure why we use this. Should use teh IMemeoryCache interface. > + * I'll change it later. > + *
Because we've been trying to push up some the important interfaces (and remove the unnecessary ones). The goal is to move toward an interface / class naming and organization scheme more consistent with other java projects. Less code and less learning curve for people. -- jt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
