Cache

Deuce

New Member
Is it better if I store a dataset in cache or an arraylist or something? <BR><BR>I want to have the results from my query be cached. And I want to know the best way to do it in terms of speed, performance, overhead, etc... <BR><BR>Also, what is the easiest way for me to get an array from the dataset? Or basically just an array of the data that the DB rerturns? <BR><BR>Thanks.
 
Back
Top