.net - How to update absolute expiration of existing cache items in MemoryCache.Default -


i using c# , .net , have cacheitem stored in memorycache.default.

all want update absolute expiration without reinserting it.

i want cacheitem , update expiration.

any appreciated.

i have found it.

there 'set' method in memorycache object.

thank all.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -