Bryan Donovan
029a85d947
promise example, history.md update for 1.3.0
9 years ago
Bryan Donovan
f2f9afb568
Merge branch 'master' into develop
9 years ago
Bryan Donovan
249376e564
Merge pull request #39 from PuKoren/master
Promise support
9 years ago
Jonathan Muller
7e2b41f681
Add Polyfill for promises on test env when using node without Promise support
9 years ago
Jonathan Muller
a4e2eb5725
Refactor the whole promise thing
9 years ago
Jonathan Muller
40ed0bea86
Allow usage before declaration for functions only
9 years ago
Jonathan
99a71b68ef
More coverage using promises
9 years ago
Jonathan
e45393a9e5
Promisify getAndPassUp
9 years ago
Jonathan
5dae350582
Refactor promise usage and return it only if no callback provided
9 years ago
Jonathan
9c2ae65bc4
More coverage + refactor promise usage on multi cache getters
9 years ago
Jonathan
74d4e4b2d4
Add promise support for get/set
9 years ago
Jonathan
c3699a61e6
Remove unused statement (unable to pass through)
9 years ago
Jonathan
b92743fb87
Add multi-caching promise support for Wrap
9 years ago
Jonathan
a29be318f3
Add Promise support when using cache.wrap
9 years ago
Bryan Donovan
c48100bf01
Merge pull request #37 from Mar-Pfa/master
added file system store engine to README.md
9 years ago
unknown
e3cf75c10d
added file system store engine to README.md
9 years ago
Bryan Donovan
1a5a9260bb
Merge branch 'release/1.2.2' into develop
9 years ago
Bryan Donovan
eb52818430
Merge branch 'release/1.2.2'
9 years ago
Bryan Donovan
462d9aca11
1.2.2
9 years ago
Bryan Donovan
7ae4f245d5
trying to fix #28 by checking if callbackFiller has key in domain.error
9 years ago
Bryan Donovan
86634e5a7f
Merge branch 'release/1.2.1' into develop
9 years ago
Bryan Donovan
aa2b345199
Merge branch 'release/1.2.1'
9 years ago
Bryan Donovan
5af7664d97
1.2.1
9 years ago
Bryan Donovan
44426902f9
Merge branch 'feature/fix-isCacheableValue-usage' into develop
9 years ago
Bryan Donovan
e439a5ba9a
unit test note
9 years ago
Bryan Donovan
a803db415b
multi-caching: using underlying store's isCacheableValue function when it exists
9 years ago
Bryan Donovan
77a73e844c
Merge branch 'release/1.2.0' into develop
9 years ago
Bryan Donovan
576501efe9
Merge branch 'release/1.2.0'
9 years ago
Bryan Donovan
9a1ad821e6
1.2.0
9 years ago
Bryan Donovan
ee42ac343f
using isCacheableValue in getFromHighestPriorityCache and getAndPassUp
9 years ago
Bryan Donovan
2e0fba4bb9
Merge branch 'master' into develop
10 years ago
Bryan Donovan
34e1e142ea
readme tweak
10 years ago
Bryan Donovan
0a34655612
Merge pull request #31 from v4l3r10/master
Add Store Engine reference on README
10 years ago
v4l3r10
f276a003ef
Fix Typo
10 years ago
v4l3r10
53e36c1c78
Update README.md
Add Store Engine.
10 years ago
Bryan Donovan
419986dfd7
Merge branch 'release/1.1.0' into develop
10 years ago
Bryan Donovan
726b5b3946
Merge branch 'release/1.1.0'
10 years ago
Bryan Donovan
a43bd932e2
1.1.0
10 years ago
Bryan Donovan
b4e5a34957
Merge branch 'zhudan-master'
10 years ago
Bryan Donovan
146d3eaeb7
bumpin lru-cache, multiplying options.ttl by 1000 in memory store set()
10 years ago
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