Bryan Donovan
|
146d3eaeb7
|
bumpin lru-cache, multiplying options.ttl by 1000 in memory store set()
|
10 years ago |
dan
|
bc824e6e02
|
memoryStore.set() 增加 maxAge参数
|
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 |
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
|
3b127c2c9f
|
reluctantly converting to camelcase
|
10 years ago |
Sean Cady
|
3f4389c869
|
Updated options in caching to replace t/l object. Added more test cases.
|
10 years ago |
Bryan Donovan
|
4e3fb2c5ed
|
jscs update
|
10 years ago |
nguyenchr
|
cca63f92d1
|
Allow ttl to be passed into wrap()
|
10 years ago |
Bryan Donovan
|
03c00b2d70
|
allow calling memory store get() without callback
|
11 years ago |
Bryan Donovan
|
bff664192e
|
adding caching.keys() function (issue #6)
|
11 years ago |
Bryan Donovan
|
30678a1684
|
adding reset() function for issue #5
|
11 years ago |
Bryan Donovan
|
cb88ca1743
|
Wrapping synchronous memory cache callbacks in process.nextTick()
|
11 years ago |
Bryan Donovan
|
4f8863cb12
|
WIP: adding redis example
|
11 years ago |
Bryan Donovan
|
0e765b6c4c
|
note about redis store
|
12 years ago |
Bryan Donovan
|
773e3f95b1
|
testing that we can use set() and del() without a callback
|
12 years ago |
Bryan Donovan
|
204a712103
|
0.0.1 release
|
12 years ago |
Bryan Donovan
|
eeb9f7f751
|
initial implementation
|
12 years ago |