.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
Post a Comment