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

Use TimeSpan instead of long #15

Open ghost opened 10 years ago

ghost commented 10 years ago

It would be more user friendly to set TimeSpan.FromDays(7) (and/or to add extension TimeSpan.FromWeeks, or maybe even implement own Period class).