Caching in WCF?

前端 未结 9 938
故里飘歌
故里飘歌 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条回答
  •  遥遥无期
    2020-11-29 02:23

    The WCF REST Starter Kit has caching, here is an article about using it... with sample code.

    http://weblogs.asp.net/gsusx/archive/2008/10/29/adding-caching-to-wcf-restful-services-using-the-rest-starter-kit.aspx

提交回复
热议问题