Hi folks,
If i have an item that already exists in my ASP.NET Cache
... and I just wish to update the value of that cached item .. not the Absolute Expiry
value, or Cache Dependencies
, etc.. nothing else BUT the value ... can I use Cache.Insert
?
If not, is there anyway I can retrieve all those values for the cached item .. and then re-use them when I do the Cache.Insert
?
Cheers :)