Caching in wcf
WCF and WF
1
Posts
1
Posters
3
Views
1
Watching
-
Hi, i can't seem to find a solution in the web to simple task: i want to create a wcf service client from a wsdl. then inject a code in each message (maybe through a code generator i'll write) that look in a caching mecahnims of some kind (doesn't matter here, only the wcf part is), if result not found, keep going through the channel as a regular service. ideas?