Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6025139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:15:30+00:00 2026-05-23T04:15:30+00:00

When a WCF REST service has caching enabled, the underlying code (of course) is

  • 0

When a WCF REST service has caching enabled, the underlying code (of course) is not run on subsequent calls to the same URI. However, I’m wondering if there is a way we could hook into the caching provider to see the request coming in and then log it. This would be for analysis purposes or to track API usage.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:15:30+00:00Added an answer on May 23, 2026 at 4:15 am

    WCF REST caching is done by ASP.NET caching module which is registered to handle HttpApplication.ResolveRequestCache and HttpApplication.UpdateRequestCache event. You just need to handle event before ResolveRequestCache (most suitable would be BeginRequest) and access request directly in HttpContext.Current.Request (you can use InputStream property to read pure HTTP request). These events are typically handled in Global.asax file.

    Be aware that caching can happen on multiple levels – client can have data in its own cache, proxy server can cache data, etc. so not necessarily all request which use cached response will hit your server. You can control where the data can be cached by setting Location in cache profile.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to create a WCF REST 4.0 service which has two endpoints
I have a WCF service that has REST and SOAP endpoints for every service.
I have a REST WCF service that has a method that gets a parameter
I have a WCF rest service. It has a method that returns a list
I have written a WCF service with the REST template that has the defaultOutgoingResponseFormat
I have a C# WCF REST Service which allows the addition of a bookmark,
I am writing a WCF REST service, and I am needing to generate my
I am trying to consume a wcf rest service via reflection if possible. Take
I just started to use WCF Rest project template to design a REST service,
I am building a REST service on WCF, and one of the methods I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.