One other query: I am using the GlobalCache to store a lookup list. If the vector is not found in the Cache, my application will try to create it. Does this object need to be a Vector (i.e. synchronized) or can I still use an ArrayList? Thanks, Gareth --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Do cached objects have to be synchronized? Gareth Coltman
- Re: Do cached objects have to be synchronized? John McNally
- Re: Do cached objects have to be synchronized? Daniel Rall
