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
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
9 years ago
Bryan Donovan
34e1e142ea
readme tweak
9 years ago
Bryan Donovan
0a34655612
Merge pull request #31 from v4l3r10/master
Add Store Engine reference on README
9 years ago
v4l3r10
f276a003ef
Fix Typo
9 years ago
v4l3r10
53e36c1c78
Update README.md
Add Store Engine.
9 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
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