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 ;))
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 ;))
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
You must be logged in to post in the forum