GithubHelp home page GithubHelp logo

ttl of zero about cache-manager HOT 8 CLOSED

jaredwray avatar jaredwray commented on August 16, 2024
ttl of zero

from cache-manager.

Comments (8)

BryanDonovan avatar BryanDonovan commented on August 16, 2024 1

Good point.. I could at least add that. Might take a few days though. Thanks!

from cache-manager.

BryanDonovan avatar BryanDonovan commented on August 16, 2024

This appears to be how the underlying lru-cache module works. This line in particular checks if a cached item is stale: https://github.com/isaacs/node-lru-cache/blob/master/lib/lru-cache.js#L422

.. it sees that the maxAge (the ttl) is 0 and returns false. I'm not sure if this is intentional or not.

from cache-manager.

BryanDonovan avatar BryanDonovan commented on August 16, 2024

p.s., I upgraded node-cache-manager to use the latest lru-cache in version 1.4.0. Older versions of lru-cache behaved the same way.

I also updated this line in the memory store:
ec114bc#diff-774c96972f8630e6e67be1ca15041a00R10

.. it wasn't passing the 0 ttl to lru-cache. This wasn't affecting you since you were passing the ttl in the wrap function, which was correctly getting passed to lru-cache here: https://github.com/BryanDonovan/node-cache-manager/blob/master/lib/stores/memory.js#L25

from cache-manager.

simlu avatar simlu commented on August 16, 2024

Just to clarify, the current behavior for 0 is now to not cache, correct? Can this be documented please?

from cache-manager.

BryanDonovan avatar BryanDonovan commented on August 16, 2024

@simlu - The problem is that it's not an issue with node-cache-manager, it's just how lru-cache works.

from cache-manager.

simlu avatar simlu commented on August 16, 2024

So passing "0" actually never expires then? I'm ok with either behaviour. Just would prefer if it was documented

from cache-manager.

BryanDonovan avatar BryanDonovan commented on August 16, 2024

I'm not 100% sure actually. You'd have to test how it works with whatever cache store you're using. node-cache-manager works with three different redis libraries, two mongo libraries, lru-cache, three file system caches, a hazelcast store, memcache store, and a memory store. I unfortunately can't document how they all work. node-cache-manager simply passes the 0 to the underlying store (or at least that's what it's supposed to do; if not that's a bug in node-cache-manager).

from cache-manager.

simlu avatar simlu commented on August 16, 2024

Ah! That makes a lot of sense. In that case should be documented that zero behaviour depends on underlying data store and should be avoided (ie prefer using 1ms)

from cache-manager.

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.