130131132133134135136137138139140
this.assertNotNull( "[" + i + ":key] should not be null", res ); } } // test removal jcs.destroy( "300:key" ); assertNull( jcs.get( "300:key" ) ); } }