I _was_ missing something, there is one instance of the auxiliary cache per region. Thus there is no problem. However I'd like to extend the unit tests to verify that caches are not clobbering each other, and then I'll work the purgatory enabling into my refactoring of the disk auxiliaries.
On Sat, 2002-02-23 at 22:26, [EMAIL PROTECTED] wrote: > jtaylor 02/02/23 19:26:09 > > Modified: src/java/org/apache/stratum/jcs/auxiliary/disk/indexed > IndexedDiskCacheNoWaitBuffer.java > Log: > Removing that last change after further reflection. It seems that since > the disk cache is used by an number of regions, keys with the same name > in different regions could clobber each other in purgatory. Seems like > right now leaving purgatory off is best. Am I missing something? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
