Kathey Marsden <[EMAIL PROTECTED]> writes: > I am interested in stressing the concurrent cache to debug a possible > jvm issue and was wondering if there are already any existing unit > tests or if anyone has ideas about setting them up.
Hi Kathey, The only test I know about that tests the CacheManager interface directly, is the unit/cacheService.unit test (see unitTests/services/T_CacheService.java). It looks like it has some code to thrash the cache, so it might be a good starting point. -- Knut Anders
