< The above approach is fine if you want to have cache within a single < application. If you want to have the same cached data accessible to < different web applications, you can use a Startup class like what Weblogic < provides. You can have your cached data as instance variables of your < startup class and every web application should be able to access that. Or you could keep them in an intermediate store like LDAP.
- how to cache lists? Alex Colic
- Re: how to cache lists? Chris Butler
- RE: how to cache lists? Natra, Uday
- Re: how to cache lists? Paul Tindall
- RE: how to cache lists? Dorai, Harish (c)
- RE: how to cache lists? Czerwinski . M
- RE: how to cache lists? Flying Cloud
- RE: how to cache lists? Greg Reddin
- RE: how to cache lists? Greg Reddin
- RE: how to cache lists? Nanduri, Amarnath
- RE: how to cache lists? Menno M Jansz

