Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Phil Crowe 192 posts 256 karma points
    Aug 16, 2010 @ 13:03
    Phil Crowe
    0

    UMBRACO cache

    I remember someone showing me a way to clear cache in umbraco. I know republishing the entire site usually works but theres another one where you delete an xml file and when you refresh the site this file gets rebuilt. Does anyone know what im talking about or know where i can find this xml file?

  • Greyhound 102 posts 124 karma points
    Aug 16, 2010 @ 13:30
  • Phil Crowe 192 posts 256 karma points
    Aug 16, 2010 @ 13:42
    Phil Crowe
    0

    ah found the answer the second post. the umbraco.config is the answer. Delete this and when the site is refreshed it is recreated.

  • Sebastiaan Janssen 5060 posts 15522 karma points MVP admin hq
    Aug 16, 2010 @ 13:46
    Sebastiaan Janssen
    3

    If you do that, then the in-memory cache is not cleared, you have to recycle the app pool or touch the web.config to make sure all of the caching is gone. 

    Republish entire site does the same thing by the way, it invalidates the in-memory cache and then rebuilds the umbraco.config file (asynchronously).

Please Sign in or register to post replies

Write your reply to:

Draft