Git Product home page Git Product logo

Comments (1)

TErenberger avatar TErenberger commented on July 17, 2024

Looking deeper into how the caching is done, it seems that the url change won't fix the issue as the cache key is not used to delete the item out. I switched out some usage of the older, deprecated method for clear cache by search key in favor of the newer method presumably added in umbraco 7.3.

The cache clearing done on the publish event seems pretty broad though, perhaps a change in the cache key could be made such that all the information needed to build the key would be available in that event function. Unless a full clear of "LEBLENDEREDITOR" keys is needed, this would improve the number of operations by avoiding the underlying runtime (dictionary cache) cache from having to loop over all keys and do a sub string comparison. This change is a bit out of the scope of what the problem we were having originally, but could have some benefits!

from leblender.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.