Caching in WCF?

前端 未结 9 950
故里飘歌
故里飘歌 2020-11-29 01:50

I am building a WCF service. I need to store reference data in the cache which I will look up every time I receive input from the method... What is the right way to do this?

9条回答
  •  Happy的楠姐
    2020-11-29 02:22

    You could take a look at Velocity. This is Microsoft's distributed in-memory caching framework. But this may be a little bit too beta...

提交回复
热议问题