| Author |
static HashMap Vs static block
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
I want to cache the data first time from the static block / HashMap, then use it from the cache. Which is the best option static HashMap / static block ?
|
 |
Jeff Verdegan
Bartender
Joined: Jan 03, 2004
Posts: 5874
|
|
It's not really clear what you're asking, and "best" never has one simple answer, but one reasonable approach to what I think you're talking about is:
|
 |
 |
|
|
subject: static HashMap Vs static block
|
|
|