artem-zinnatullin / jet-image-loader

WP7+ fast and powerfull image loader with memory and storage caching for your projects!
Apache License 2.0
44 stars 14 forks source link

Different cache folders or something like that #24

Closed artem-zinnatullin closed 10 years ago

artem-zinnatullin commented 10 years ago

Copy from: https://github.com/artem-zinnatullin/jet-image-loader/commit/fbcdda405d0cd5369d613cdcd8e178a7f4ff12c4#commitcomment-4651297

"Hey Artem.. Is it Possible to cache Images over Isolated Storage as per the categories in which they comes from so i can be able to use those cached images over application where i have needed.

For Ex. Currently i am caching Facebook friends over device and want to show them over some of internal tiles but the "images_cache" folder is having all files which comes from different categories and i can't track them which are Facebook friends images, If it's categorized it can save my application network usage."

artem-zinnatullin commented 10 years ago

@bijendrayadav of course it is possible :) Just create another instance of JetImageLoader and its Converter instance and then use different Converters for different categories of images