visual studio - Clear VS 2017 cache -
i'm using system.runtime.caching.memorycache
in application. i'm trying delete cache because i'm making unit test
data come cache @ 8:54am, , it's not refreshing.
so, i've tried delete visual studio's appdata folder
without success. i've downloaded tool clear mef component cache, without success.
i've tried run test through visual studio 15, it's same cache.
anyone can me on how delete cache ?
thanks !
just call memorycache.remove before unit test
Comments
Post a Comment