Skip to content

Problem with page caching #74

Description

@devin5885

Some pages on the site appear to have a 10 minute cache value. This causes problems in the debug or admin case because updates on other pages are not reflected on these pages.

Is this intentional due to a previous problem?

Can we remove this or a least disable for debug.

Code:
CC.UI.Webhost\Controllers\HomeController.cs(79): [OutputCache(Duration = 600, Location = OutputCacheLocation.Client, VaryByParam = "id")]
CC.UI.Webhost\Controllers\HomeController.cs(116): [OutputCache(Duration = 600, Location = OutputCacheLocation.Client, VaryByParam = "id")]
CC.UI.Webhost\Controllers\HomeController.cs(162): [OutputCache(Duration = 600, Location = OutputCacheLocation.Client, VaryByParam = "eventid")]
CC.UI.Webhost\Controllers\SpeakerController.cs(25): [OutputCache(Duration = 600, Location=OutputCacheLocation.Client, VaryByParam = "id")]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions