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
Post a Comment