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

Popular posts from this blog

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -

how to add preprocess loader in webpack 2 -