Object stored in the PAGE.CACHE : where ?

T

teo

Hallo,

I have stored data in the Page.Cache
with Me.Cache.Insert (...),
now,
I'm using vs2005 with its built-in small server (not IIS),
and I'd like to know
where this stored data are stored.
In the RAM? On a phisical file? On my on developing web app folder?

And in the case of IIS, the same... where this data are stored?
Also, how much RAM and Disk-space does IIS allow me tu occupy
for my Page.Cache?
 
?

=?ISO-8859-1?Q?G=F6ran_Andersson?=

It's stored in memory.

How much memory that can be used for cache depends on how much there is
available. Generally the cache will just store everything until the
memory is needed for something else, then it will start removing the
least used objects from the cache.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top