Re: Caching Group Information

2002-03-07 Thread Stephen Davidson
Christian, Joanne wrote: Hi All, I am using a custom user manager that gets group and user information from the database. I would like to cache the database information when the user manager is initialized; and access the cache to get the user information. Can anyone suggest the best

RE: Caching Group Information

2002-03-07 Thread Robert Moskal
, USA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen Davidson Sent: Thursday, March 07, 2002 7:12 AM To: Orion-Interest Subject: Re: Caching Group Information Christian, Joanne wrote: Hi All, I am using a custom user manager that gets group

RE: Caching Group Information

2002-03-06 Thread Aaron Tavistock
A HashMap would work fine unless you care to add/remove people or permissions without restarting your app server. If changing the security information is important to you, then you'll either need some method to expire old data or make sure that whatever you do to change the security information