Hi all,
I have one question. I want to put a class which has one dictionary property in the cache. And I want this cached data should expire after 5 minutes by using absolute expiry.
But I have one issue suppose one user is reading the Dictionary data from the cache and say 5 minutes over and the cached data is removed then while reading the data there may get object null reference error. Can anybody suggest me in this scenario how to proceed.
I have one question. I want to put a class which has one dictionary property in the cache. And I want this cached data should expire after 5 minutes by using absolute expiry.
But I have one issue suppose one user is reading the Dictionary data from the cache and say 5 minutes over and the cached data is removed then while reading the data there may get object null reference error. Can anybody suggest me in this scenario how to proceed.
Comment