1
vote
2answers
30 views
cache problem in asp.net with c#
hi,
I am using the fileuplaod control to upload the images. For this I used to stored it in the cache
for 2 hours in byte format and show this image using the HttpContext in the …
1
vote
1answer
52 views
HttpContext.Cache Physical Memory Usage
Is there any way to find the number of bytes of memory that are currently in the HttpContext.Cache?
I've found where you can get the physical memory limit using EffectivePrivateBy …
