.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? -

sql server - SQL Query returns one result, does not return 0 or NULL result -