Bryan Donovan
2671f11fef
Merge branch 'master' of https://github.com/zhudan/node-cache-manager into zhudan-master
10 years ago
Bryan Donovan
89794d8560
Merge branch 'dial-once-master'
10 years ago
dan
bc824e6e02
memoryStore.set() 增加 maxAge参数
10 years ago
Jonathan Muller
b579f8acb7
Stores can override isCacheableValue + tests
This is usefull ie for redis cache where null is returned when cache data does not exists
In other stores, null can still be stored and undefined used when data does not exist
Each store can implement its own custom method
10 years ago
Bryan Donovan
127b83f889
readme update
10 years ago
Bryan Donovan
551fe501fd
Merge branch 'master' into develop
10 years ago
Bryan Donovan
547c1c55c4
fixing ttl in README.md
10 years ago
Bryan Donovan
ea4ee84199
Merge branch 'release/1.0.0' into develop
10 years ago
Bryan Donovan
11873719f5
Merge branch 'release/1.0.0'
10 years ago
Bryan Donovan
71d3d3bed2
1.0.0 version bump
10 years ago
Bryan Donovan
34e753dec2
Merge branch 'feature/1.0-prep' into develop
10 years ago
Bryan Donovan
70522e1910
updating example.js
10 years ago
Bryan Donovan
4a7a435b2f
readme updates
10 years ago
Bryan Donovan
a3387fe439
removing more ttl integer calls from tests, filling in missing tests, removing obsolete tests.
10 years ago
Bryan Donovan
a9a0a3d203
requiring options arg to be accepted in underlying cache stores instead of handling ttl ints and options. Removed deprecated methods.
10 years ago
Bryan Donovan
a5138b7388
adding jsdocs support
10 years ago
Bryan Donovan
62c3a2984e
ignoring intelliJ junk
10 years ago
Bryan Donovan
f3809c8b76
Merge branch 'feature/specify-what-to-cache' into develop
10 years ago
Bryan Donovan
4a1510565c
readme fix, history.md update
10 years ago
Bryan Donovan
7e38ff285c
Cache falsey values by default, allow users to specify what to cache
10 years ago
Bryan Donovan
44b31ae761
better test for parallel requests to slow function
10 years ago
Bryan Donovan
11311baef1
wrapping getWidget() with nextTick in tests
10 years ago
Bryan Donovan
8ce11ea694
Merge branch 'release/0.19.0' into develop
10 years ago
Bryan Donovan
6111d274a5
Merge branch 'release/0.19.0'
10 years ago
Bryan Donovan
6a25b38331
0.19.0
10 years ago
Bryan Donovan
33be3da1eb
Merge branch 'master' into develop
10 years ago
Bryan Donovan
85fb268637
Merge pull request #22 from gmaclennan/patch-1
Pass dispose, length & stale options to lru-cache
10 years ago
Gregor MacLennan
2b64f3d0b2
Pass dispose, length & stale options to lru-cache
The length option is particularly useful with lru-cache if you want to store large objects of varying size and limit memory usage.
https://github.com/isaacs/node-lru-cache#options
10 years ago
Bryan Donovan
1138114754
Merge branch 'release/0.18.0' into develop
10 years ago
Bryan Donovan
770af766f7
Merge branch 'release/0.18.0'
10 years ago
Bryan Donovan
e3c9e0d7c0
0.18.0
10 years ago
Bryan Donovan
14f9c6f3c4
whitespace removal
10 years ago
Bryan Donovan
13d1eb16d6
not trying to pass ttl into cache.set() in getAndPassUp()
10 years ago
Bryan Donovan
c2eac33895
refactored redis example store, added ttl function to caching.js
10 years ago
Bryan Donovan
2e33acda47
updating redis example to use latest redis npm
10 years ago
Bryan Donovan
444d43d934
refactoring, cleanup, test for error handling in getAndPassUp()
10 years ago
Bryan Donovan
29c76151ca
example updates
10 years ago
Bryan Donovan
1e8f67821e
hiding queues inside CallbackFiller
10 years ago
Bryan Donovan
3b127c2c9f
reluctantly converting to camelcase
10 years ago
Bryan Donovan
6fc00781c7
changing async.forEach to each and async.forEachSeries to eachSeries
10 years ago
Bryan Donovan
5bcc45fc6b
extracting CallbackFiller class
10 years ago
Bryan Donovan
eb986dc909
fixing bullet lists in History.md
10 years ago
Bryan Donovan
14fa7f4506
Merge branch 'release/0.17.0' into develop
10 years ago
Bryan Donovan
7c25860269
Merge branch 'release/0.17.0'
10 years ago
Bryan Donovan
ef0df5d770
release 0.17.0
10 years ago
Bryan Donovan
01a232411a
minor test changes, jscs rule update
10 years ago
Bryan Donovan
5f08d23786
fixing redis example
10 years ago
Bryan Donovan
df9744505d
Merge branch 'master' into develop
10 years ago
Bryan Donovan
67bce21123
Merge pull request #20 from seanzx85/options
Add Additional Options Parameter
10 years ago
Bryan Donovan
3427e4cc0d
Merge branch 'feature/nested-cache-fetch-fix' into develop
10 years ago