Code Monkey home page Code Monkey logo

Comments (2)

swithek avatar swithek commented on May 31, 2024

How/when would this function be called?

The capacity and TTL checks are rather efficient, i.e., they aren't performed randomly and additional internal queues are being used for that too. As I see it, the only way this dynamic function could work is if the user provided some duration after which it would be called (or DeleteExpired() would be called by the user). But even then the cache would have to iterate over all the items as no internal queues could be used.

I don't see how this addition could benefit this library, however, I understand that sometimes items need to be dynamically deleted. I think the best way to achieve this would be by having a method that would allow the user to iterate over the items in the cache. We have an issue for that as well: #71

from ttlcache.

patpicos avatar patpicos commented on May 31, 2024

for some reason, the eviction was being done through a timer/scheduled function..which means my idea would have had legs. looking back, it seems to clean itself on accesses.

I think it will be best to have an external cleaning component that accepts the cache as an input and iterate on schedule to clean it.

from ttlcache.

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.