Skip to Content
0
Former Member
May 25, 2005 at 10:36 AM

data caching

31 Views

Hi,

I would like to make some appliction which takes data from sap. Loading of data takes a lot of time so i decided to cache that data. I put data in some static class to do this.

Is this solution right or is there any other possibility? Does sb. know how is it implemented in MSS teamView iView?

How can i count usage of memory-i have a collection about 10000 object, each object has 5 Strings(av.length about 40chars), and a Vector which links otherobject in this collection?

thanks

JJ