Developer forum

Forum » Development » GetImage.ashx and caching

GetImage.ashx and caching

Martin Skov Nielsen
Reply

Hi guys!

Is there anyone out there who can explain how caching is handled by GetImage.ashx - it's seems a bit "random" which images are cached and which aren't.

(Realising this is of course not case ;))


Replies

 
Vladimir
Reply
This post has been marked as an answer

Hi Martin,

hmm... yes of course, this is not very secret information:)

There is a folder \files\Cache.net/Images to store cached images

When an image is processed, it stores in that folder, but with a new name: all attributes are hashed by md5 algorithm

When new request is received - it is try to find the Image by hash previously.

I am belive that all processed images should be cashed

 

Best regards,

Vladimir

Votes for this answer: 1

 

You must be logged in to post in the forum