c# - How to implicitly cache response messages in WCF Request-response pattern? -


how can implicitly cache response messages within consumer application invokes 1 or multiple underlying services using wcf , request-response message exchange pattern without modifying code of application in question? option caching memorycache.

scenario :

  • windows form application consumer
  • 30 plus services hosted in iis
  • both client , services under control

i'm looking @ following items implementation :

  • beforesendrequest / beforesendreply
  • or custom binding annotate in every service

i hear options if have in mind. thanks!


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -