lemon-core 2.2.17 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/common/test-helper.js +1 -1
- package/dist/common/test-helper.js.map +1 -1
- package/dist/controllers/dummy-controller.js.map +1 -1
- package/dist/cores/api-service.js.map +1 -1
- package/dist/cores/aws/aws-s3-service.d.ts +24 -46
- package/dist/cores/aws/aws-s3-service.js +103 -223
- package/dist/cores/aws/aws-s3-service.js.map +1 -1
- package/dist/cores/aws/aws-sns-service.js +3 -3
- package/dist/cores/aws/aws-sns-service.js.map +1 -1
- package/dist/cores/core-types.d.ts +98 -2
- package/dist/cores/core-types.js +1 -0
- package/dist/cores/core-types.js.map +1 -1
- package/dist/cores/dynamo-service.js +2 -2
- package/dist/cores/dynamo-service.js.map +1 -1
- package/dist/cores/elastic6-query-service.d.ts +42 -9
- package/dist/cores/elastic6-query-service.js +144 -127
- package/dist/cores/elastic6-query-service.js.map +1 -1
- package/dist/cores/elastic6-service.d.ts +144 -57
- package/dist/cores/elastic6-service.js +506 -321
- package/dist/cores/elastic6-service.js.map +1 -1
- package/dist/cores/lambda/lambda-cognito-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-cron-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-dynamo-stream-handler.js +3 -3
- package/dist/cores/lambda/lambda-dynamo-stream-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-notification-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-sns-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-web-handler.js +2 -4
- package/dist/cores/lambda/lambda-web-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-wss-handler.js.map +1 -1
- package/dist/cores/model-manager.d.ts +4 -1
- package/dist/cores/model-manager.js +9 -4
- package/dist/cores/model-manager.js.map +1 -1
- package/dist/cores/protocol/protocol-service.d.ts +1 -2
- package/dist/cores/protocol/protocol-service.js +5 -3
- package/dist/cores/protocol/protocol-service.js.map +1 -1
- package/dist/engine/builder.d.ts +1 -0
- package/dist/engine/builder.js +1 -1
- package/dist/engine/builder.js.map +1 -1
- package/dist/engine/engine.js +2 -1
- package/dist/engine/engine.js.map +1 -1
- package/dist/engine/index.d.ts +0 -1
- package/dist/engine/index.js +2 -4
- package/dist/engine/index.js.map +1 -1
- package/dist/engine/types.d.ts +0 -4
- package/dist/engine/types.js.map +1 -1
- package/dist/engine/utilities.d.ts +5 -1
- package/dist/engine/utilities.js +126 -11
- package/dist/engine/utilities.js.map +1 -1
- package/dist/tools/express.js +0 -3
- package/dist/tools/express.js.map +1 -1
- package/package.json +7 -13
- package/CHANGELOG.md +0 -61
- package/dist/docs/assets/css/main.css +0 -2321
- package/dist/docs/assets/images/icons.png +0 -0
- package/dist/docs/assets/images/icons@2x.png +0 -0
- package/dist/docs/assets/images/widgets.png +0 -0
- package/dist/docs/assets/images/widgets@2x.png +0 -0
- package/dist/docs/assets/js/main.js +0 -1
- package/dist/docs/assets/js/search.js +0 -3
- package/dist/docs/classes/abstractmanager.html +0 -1034
- package/dist/docs/classes/apiproxyclient.html +0 -509
- package/dist/docs/classes/apiservice.html +0 -805
- package/dist/docs/classes/awskmsservice.html +0 -468
- package/dist/docs/classes/awsmodule.html +0 -353
- package/dist/docs/classes/awss3service.html +0 -689
- package/dist/docs/classes/awssnsservice.html +0 -543
- package/dist/docs/classes/awssqsservice.html +0 -517
- package/dist/docs/classes/cacheservice.html +0 -996
- package/dist/docs/classes/configmodule.html +0 -311
- package/dist/docs/classes/dummycacheservice.html +0 -1000
- package/dist/docs/classes/dummycontroller.html +0 -709
- package/dist/docs/classes/dummydynamoservice.html +0 -915
- package/dist/docs/classes/dummyelastic6service.html +0 -791
- package/dist/docs/classes/dummyredisstorageservice.html +0 -804
- package/dist/docs/classes/dummystoragemaker.html +0 -383
- package/dist/docs/classes/dummystorageservice.html +0 -592
- package/dist/docs/classes/dynamoqueryservice.html +0 -413
- package/dist/docs/classes/dynamoscanservice.html +0 -358
- package/dist/docs/classes/dynamoservice.html +0 -844
- package/dist/docs/classes/dynamostorageservice.html +0 -623
- package/dist/docs/classes/elastic6queryservice.html +0 -458
- package/dist/docs/classes/elastic6service.html +0 -804
- package/dist/docs/classes/file.html +0 -579
- package/dist/docs/classes/generalapicontroller.html +0 -877
- package/dist/docs/classes/generalcontroller.html +0 -454
- package/dist/docs/classes/generalcontrollerlocal.html +0 -499
- package/dist/docs/classes/generalcontrollerlocal2.html +0 -523
- package/dist/docs/classes/generalkeymaker.html +0 -335
- package/dist/docs/classes/generalmodelfilter.html +0 -529
- package/dist/docs/classes/generalwebcontroller.html +0 -580
- package/dist/docs/classes/hangulservice.html +0 -636
- package/dist/docs/classes/httpstorageservice.html +0 -539
- package/dist/docs/classes/lambdacognitohandler.html +0 -355
- package/dist/docs/classes/lambdacronhandler.html +0 -390
- package/dist/docs/classes/lambdacronhandlerlocal.html +0 -371
- package/dist/docs/classes/lambdadynamostreamhandler.html +0 -472
- package/dist/docs/classes/lambdadynamostreamhandlerlocal.html +0 -455
- package/dist/docs/classes/lambdahandler.html +0 -479
- package/dist/docs/classes/lambdahandlerlocal.html +0 -472
- package/dist/docs/classes/lambdamodule.html +0 -433
- package/dist/docs/classes/lambdanotificationhandler.html +0 -474
- package/dist/docs/classes/lambdanotificationhandlerlocal.html +0 -457
- package/dist/docs/classes/lambdasnshandler.html +0 -394
- package/dist/docs/classes/lambdasnshandlerlocal.html +0 -397
- package/dist/docs/classes/lambdasqshandler.html +0 -394
- package/dist/docs/classes/lambdasqshandlerlocal.html +0 -397
- package/dist/docs/classes/lambdasubhandler.html +0 -305
- package/dist/docs/classes/lambdawebhandler.html +0 -603
- package/dist/docs/classes/lambdawebhandlerlocal.html +0 -581
- package/dist/docs/classes/lambdawsshandler.html +0 -359
- package/dist/docs/classes/memcachedbackend.html +0 -900
- package/dist/docs/classes/mocksapiservice.html +0 -691
- package/dist/docs/classes/modelutil.html +0 -311
- package/dist/docs/classes/myconfigservice.html +0 -561
- package/dist/docs/classes/myconfigservicetest.html +0 -527
- package/dist/docs/classes/myconfigservicetest2.html +0 -522
- package/dist/docs/classes/mydummysqsservice.html +0 -419
- package/dist/docs/classes/myenginemodules.html +0 -357
- package/dist/docs/classes/mygeneralapicontroller.html +0 -837
- package/dist/docs/classes/mylemonwebcontroller.html +0 -356
- package/dist/docs/classes/mymodelfilter.html +0 -479
- package/dist/docs/classes/myprotocolservice.html +0 -993
- package/dist/docs/classes/myprotocolservicetest.html +0 -983
- package/dist/docs/classes/myservice.html +0 -329
- package/dist/docs/classes/mystorage.html +0 -1370
- package/dist/docs/classes/nodecachebackend.html +0 -714
- package/dist/docs/classes/protocolmodule.html +0 -311
- package/dist/docs/classes/proxystorageservice.html +0 -1441
- package/dist/docs/classes/query.html +0 -850
- package/dist/docs/classes/redisbackend.html +0 -781
- package/dist/docs/classes/redisstorageservice.html +0 -867
- package/dist/docs/classes/scan.html +0 -685
- package/dist/docs/classes/snsprotocoltransformer.html +0 -334
- package/dist/docs/classes/sqsprotocoltransformer.html +0 -334
- package/dist/docs/classes/typedstorageservice.html +0 -914
- package/dist/docs/classes/uniquefieldmanager.html +0 -477
- package/dist/docs/classes/usermanager.html +0 -919
- package/dist/docs/classes/utilities.html +0 -1914
- package/dist/docs/classes/webprotocoltransformer.html +0 -330
- package/dist/docs/globals.html +0 -7477
- package/dist/docs/index.html +0 -1511
- package/dist/docs/interfaces/accountitem.html +0 -277
- package/dist/docs/interfaces/accountmodel.html +0 -306
- package/dist/docs/interfaces/adaptiveparam.html +0 -203
- package/dist/docs/interfaces/apiheaders.html +0 -183
- package/dist/docs/interfaces/apihttpproxy.html +0 -304
- package/dist/docs/interfaces/apiserviceclient.html +0 -448
- package/dist/docs/interfaces/autocompletesearchparam.html +0 -282
- package/dist/docs/interfaces/betweencondition.html +0 -226
- package/dist/docs/interfaces/cachebackend.html +0 -714
- package/dist/docs/interfaces/cacheentry.html +0 -248
- package/dist/docs/interfaces/cacheoptions.html +0 -267
- package/dist/docs/interfaces/callbackdata.html +0 -279
- package/dist/docs/interfaces/callbackparam.html +0 -252
- package/dist/docs/interfaces/comparisoncondition.html +0 -226
- package/dist/docs/interfaces/coreconfigservice.html +0 -342
- package/dist/docs/interfaces/corekey.html +0 -278
- package/dist/docs/interfaces/corekeymakeable.html +0 -292
- package/dist/docs/interfaces/corekmsservice.html +0 -311
- package/dist/docs/interfaces/coremodel.html +0 -499
- package/dist/docs/interfaces/coremodelfilterable.html +0 -281
- package/dist/docs/interfaces/cores3service.html +0 -485
- package/dist/docs/interfaces/coreservices.html +0 -232
- package/dist/docs/interfaces/coresnsservice.html +0 -317
- package/dist/docs/interfaces/corewebcontroller.html +0 -271
- package/dist/docs/interfaces/cronevent.html +0 -223
- package/dist/docs/interfaces/cronparam.html +0 -212
- package/dist/docs/interfaces/dynamooption.html +0 -254
- package/dist/docs/interfaces/dynamoqueryresult.html +0 -244
- package/dist/docs/interfaces/dynamoscanresult.html +0 -244
- package/dist/docs/interfaces/dynamosimplequeriable.html +0 -308
- package/dist/docs/interfaces/dynamosimplescannable.html +0 -255
- package/dist/docs/interfaces/dynamostreambody.html +0 -268
- package/dist/docs/interfaces/dynamostreamcallback.html +0 -209
- package/dist/docs/interfaces/dynamostreamfilter.html +0 -218
- package/dist/docs/interfaces/dynamostreamparam.html +0 -240
- package/dist/docs/interfaces/elastic6item.html +0 -221
- package/dist/docs/interfaces/elastic6option.html +0 -275
- package/dist/docs/interfaces/elastic6simplequeriable.html +0 -284
- package/dist/docs/interfaces/engineconsole.html +0 -292
- package/dist/docs/interfaces/enginecore.html +0 -344
- package/dist/docs/interfaces/enginemodule.html +0 -269
- package/dist/docs/interfaces/enginemodules.html +0 -316
- package/dist/docs/interfaces/engineoption.html +0 -244
- package/dist/docs/interfaces/enginescope.html +0 -220
- package/dist/docs/interfaces/existencecondition.html +0 -212
- package/dist/docs/interfaces/filter.html +0 -253
- package/dist/docs/interfaces/generalfuntion.html +0 -207
- package/dist/docs/interfaces/generalitem.html +0 -212
- package/dist/docs/interfaces/handlermap.html +0 -171
- package/dist/docs/interfaces/incrementable.html +0 -190
- package/dist/docs/interfaces/internalkey.html +0 -210
- package/dist/docs/interfaces/internalmodel.html +0 -226
- package/dist/docs/interfaces/itementry.html +0 -241
- package/dist/docs/interfaces/jwtcommon.html +0 -242
- package/dist/docs/interfaces/lambdahandlerservice.html +0 -340
- package/dist/docs/interfaces/lemonengine.html +0 -593
- package/dist/docs/interfaces/metricpostbody.html +0 -220
- package/dist/docs/interfaces/mygeneral.html +0 -271
- package/dist/docs/interfaces/mymodel.html +0 -554
- package/dist/docs/interfaces/myprotocolparam.html +0 -359
- package/dist/docs/interfaces/nextcontext.html +0 -381
- package/dist/docs/interfaces/nextidentity.html +0 -325
- package/dist/docs/interfaces/nextidentityaccess.html +0 -495
- package/dist/docs/interfaces/nextidentitycognito.html +0 -422
- package/dist/docs/interfaces/notificationbody.html +0 -171
- package/dist/docs/interfaces/notificationparam.html +0 -304
- package/dist/docs/interfaces/options.html +0 -226
- package/dist/docs/interfaces/parrallelcallback.html +0 -203
- package/dist/docs/interfaces/parrallelparam.html +0 -285
- package/dist/docs/interfaces/protocolbody.html +0 -183
- package/dist/docs/interfaces/protocolparam.html +0 -336
- package/dist/docs/interfaces/protocolservice.html +0 -548
- package/dist/docs/interfaces/protocoltransformer.html +0 -295
- package/dist/docs/interfaces/proxyparams.html +0 -212
- package/dist/docs/interfaces/putobjectresult.html +0 -282
- package/dist/docs/interfaces/queryresult.html +0 -272
- package/dist/docs/interfaces/redisoptions.html +0 -248
- package/dist/docs/interfaces/simplesearchparam.html +0 -351
- package/dist/docs/interfaces/slackaction.html +0 -240
- package/dist/docs/interfaces/slackattachment.html +0 -459
- package/dist/docs/interfaces/slackpostbody.html +0 -240
- package/dist/docs/interfaces/sqsattribute.html +0 -171
- package/dist/docs/interfaces/sqsmessage.html +0 -254
- package/dist/docs/interfaces/sqsrecord.html +0 -324
- package/dist/docs/interfaces/sqsservice.html +0 -333
- package/dist/docs/interfaces/sqsstatistics.html +0 -240
- package/dist/docs/interfaces/storagemakeable.html +0 -258
- package/dist/docs/interfaces/storagemodel.html +0 -285
- package/dist/docs/interfaces/storageservice.html +0 -497
- package/dist/docs/interfaces/stringcondition.html +0 -226
- package/dist/docs/interfaces/tagset.html +0 -171
- package/dist/docs/interfaces/testmodel.html +0 -334
- package/dist/docs/interfaces/timeout.html +0 -233
- package/dist/docs/interfaces/updatable.html +0 -193
- package/dist/docs/interfaces/user.html +0 -534
|
@@ -1,781 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="default no-js">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>RedisBackend | lemon-core - v2.2.17</title>
|
|
7
|
-
<meta name="description" content="">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
-
</head>
|
|
11
|
-
<body>
|
|
12
|
-
<header>
|
|
13
|
-
<div class="tsd-page-toolbar">
|
|
14
|
-
<div class="container">
|
|
15
|
-
<div class="table-wrap">
|
|
16
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
|
|
17
|
-
<div class="field">
|
|
18
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
19
|
-
<input id="tsd-search-field" type="text" />
|
|
20
|
-
</div>
|
|
21
|
-
<ul class="results">
|
|
22
|
-
<li class="state loading">Preparing search index...</li>
|
|
23
|
-
<li class="state failure">The search index is not available</li>
|
|
24
|
-
</ul>
|
|
25
|
-
<a href="../index.html" class="title">lemon-core - v2.2.17</a>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="table-cell" id="tsd-widgets">
|
|
28
|
-
<div id="tsd-filter">
|
|
29
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
30
|
-
<div class="tsd-filter-group">
|
|
31
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
32
|
-
<span class="tsd-select-label">All</span>
|
|
33
|
-
<ul class="tsd-select-list">
|
|
34
|
-
<li data-value="public">Public</li>
|
|
35
|
-
<li data-value="protected">Public/Protected</li>
|
|
36
|
-
<li data-value="private" class="selected">All</li>
|
|
37
|
-
</ul>
|
|
38
|
-
</div>
|
|
39
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
40
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
41
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
42
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
43
|
-
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
44
|
-
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
|
-
<div class="tsd-page-title">
|
|
53
|
-
<div class="container">
|
|
54
|
-
<ul class="tsd-breadcrumb">
|
|
55
|
-
<li>
|
|
56
|
-
<a href="../globals.html">Globals</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="redisbackend.html">RedisBackend</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Class RedisBackend</h1>
|
|
63
|
-
</div>
|
|
64
|
-
</div>
|
|
65
|
-
</header>
|
|
66
|
-
<div class="container container-main">
|
|
67
|
-
<div class="row">
|
|
68
|
-
<div class="col-8 col-content">
|
|
69
|
-
<section class="tsd-panel tsd-comment">
|
|
70
|
-
<div class="tsd-comment tsd-typography">
|
|
71
|
-
<div class="lead">
|
|
72
|
-
<p>class <code>RedisBackend</code></p>
|
|
73
|
-
</div>
|
|
74
|
-
<dl class="tsd-comment-tags">
|
|
75
|
-
<dt>internal</dt>
|
|
76
|
-
<dd></dd>
|
|
77
|
-
</dl>
|
|
78
|
-
</div>
|
|
79
|
-
</section>
|
|
80
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
81
|
-
<h3>Hierarchy</h3>
|
|
82
|
-
<ul class="tsd-hierarchy">
|
|
83
|
-
<li>
|
|
84
|
-
<span class="target">RedisBackend</span>
|
|
85
|
-
</li>
|
|
86
|
-
</ul>
|
|
87
|
-
</section>
|
|
88
|
-
<section class="tsd-panel">
|
|
89
|
-
<h3>Implements</h3>
|
|
90
|
-
<ul class="tsd-hierarchy">
|
|
91
|
-
<li><a href="../interfaces/cachebackend.html" class="tsd-signature-type">CacheBackend</a></li>
|
|
92
|
-
</ul>
|
|
93
|
-
</section>
|
|
94
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
95
|
-
<h2>Index</h2>
|
|
96
|
-
<section class="tsd-panel tsd-index-panel">
|
|
97
|
-
<div class="tsd-index-content">
|
|
98
|
-
<section class="tsd-index-section tsd-is-not-exported">
|
|
99
|
-
<h3>Constructors</h3>
|
|
100
|
-
<ul class="tsd-index-list">
|
|
101
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported"><a href="redisbackend.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
102
|
-
</ul>
|
|
103
|
-
</section>
|
|
104
|
-
<section class="tsd-index-section tsd-is-not-exported">
|
|
105
|
-
<h3>Properties</h3>
|
|
106
|
-
<ul class="tsd-index-list">
|
|
107
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported"><a href="redisbackend.html#defttl" class="tsd-kind-icon">defTTL</a></li>
|
|
108
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-not-exported"><a href="redisbackend.html#name" class="tsd-kind-icon">name</a></li>
|
|
109
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported"><a href="redisbackend.html#redis" class="tsd-kind-icon">redis</a></li>
|
|
110
|
-
</ul>
|
|
111
|
-
</section>
|
|
112
|
-
<section class="tsd-index-section tsd-is-not-exported">
|
|
113
|
-
<h3>Methods</h3>
|
|
114
|
-
<ul class="tsd-index-list">
|
|
115
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-not-exported"><a href="redisbackend.html#close" class="tsd-kind-icon">close</a></li>
|
|
116
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-not-exported"><a href="redisbackend.html#del" class="tsd-kind-icon">del</a></li>
|
|
117
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-not-exported"><a href="redisbackend.html#expire" class="tsd-kind-icon">expire</a></li>
|
|
118
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported"><a href="redisbackend.html#get" class="tsd-kind-icon">get</a></li>
|
|
119
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported"><a href="redisbackend.html#getset" class="tsd-kind-icon">getset</a></li>
|
|
120
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-not-exported"><a href="redisbackend.html#has" class="tsd-kind-icon">has</a></li>
|
|
121
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-not-exported"><a href="redisbackend.html#incr" class="tsd-kind-icon">incr</a></li>
|
|
122
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-not-exported"><a href="redisbackend.html#keys" class="tsd-kind-icon">keys</a></li>
|
|
123
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported"><a href="redisbackend.html#mget" class="tsd-kind-icon">mget</a></li>
|
|
124
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported"><a href="redisbackend.html#mset" class="tsd-kind-icon">mset</a></li>
|
|
125
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported"><a href="redisbackend.html#pop" class="tsd-kind-icon">pop</a></li>
|
|
126
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported"><a href="redisbackend.html#set" class="tsd-kind-icon">set</a></li>
|
|
127
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-not-exported"><a href="redisbackend.html#ttl" class="tsd-kind-icon">ttl</a></li>
|
|
128
|
-
</ul>
|
|
129
|
-
</section>
|
|
130
|
-
</div>
|
|
131
|
-
</section>
|
|
132
|
-
</section>
|
|
133
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
|
|
134
|
-
<h2>Constructors</h2>
|
|
135
|
-
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported">
|
|
136
|
-
<a name="constructor" class="tsd-anchor"></a>
|
|
137
|
-
<h3>constructor</h3>
|
|
138
|
-
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported">
|
|
139
|
-
<li class="tsd-signature tsd-kind-icon">new <wbr>Redis<wbr>Backend<span class="tsd-signature-symbol">(</span>endpoint<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, defTTL<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="redisbackend.html" class="tsd-signature-type">RedisBackend</a></li>
|
|
140
|
-
</ul>
|
|
141
|
-
<ul class="tsd-descriptions">
|
|
142
|
-
<li class="tsd-description">
|
|
143
|
-
<aside class="tsd-sources">
|
|
144
|
-
<ul>
|
|
145
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1019">src/cores/cache-service.ts:1019</a></li>
|
|
146
|
-
</ul>
|
|
147
|
-
</aside>
|
|
148
|
-
<div class="tsd-comment tsd-typography">
|
|
149
|
-
<div class="lead">
|
|
150
|
-
<p>Public constructor</p>
|
|
151
|
-
</div>
|
|
152
|
-
</div>
|
|
153
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
154
|
-
<ul class="tsd-parameters">
|
|
155
|
-
<li>
|
|
156
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> endpoint: <span class="tsd-signature-type">string</span></h5>
|
|
157
|
-
</li>
|
|
158
|
-
<li>
|
|
159
|
-
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> defTTL: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></h5>
|
|
160
|
-
</li>
|
|
161
|
-
</ul>
|
|
162
|
-
<h4 class="tsd-returns-title">Returns <a href="redisbackend.html" class="tsd-signature-type">RedisBackend</a></h4>
|
|
163
|
-
</li>
|
|
164
|
-
</ul>
|
|
165
|
-
</section>
|
|
166
|
-
</section>
|
|
167
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
|
|
168
|
-
<h2>Properties</h2>
|
|
169
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported">
|
|
170
|
-
<a name="defttl" class="tsd-anchor"></a>
|
|
171
|
-
<h3><span class="tsd-flag ts-flagPrivate">Private</span> defTTL</h3>
|
|
172
|
-
<div class="tsd-signature tsd-kind-icon">defTTL<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
173
|
-
<aside class="tsd-sources">
|
|
174
|
-
<ul>
|
|
175
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1014">src/cores/cache-service.ts:1014</a></li>
|
|
176
|
-
</ul>
|
|
177
|
-
</aside>
|
|
178
|
-
<div class="tsd-comment tsd-typography">
|
|
179
|
-
<div class="lead">
|
|
180
|
-
<p>Default TTL as number in seconds</p>
|
|
181
|
-
</div>
|
|
182
|
-
</div>
|
|
183
|
-
</section>
|
|
184
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
|
|
185
|
-
<a name="name" class="tsd-anchor"></a>
|
|
186
|
-
<h3>name</h3>
|
|
187
|
-
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = "redis"</span></div>
|
|
188
|
-
<aside class="tsd-sources">
|
|
189
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#name">name</a></p>
|
|
190
|
-
<ul>
|
|
191
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1019">src/cores/cache-service.ts:1019</a></li>
|
|
192
|
-
</ul>
|
|
193
|
-
</aside>
|
|
194
|
-
<div class="tsd-comment tsd-typography">
|
|
195
|
-
<div class="lead">
|
|
196
|
-
<p>backend type</p>
|
|
197
|
-
</div>
|
|
198
|
-
</div>
|
|
199
|
-
</section>
|
|
200
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported">
|
|
201
|
-
<a name="redis" class="tsd-anchor"></a>
|
|
202
|
-
<h3><span class="tsd-flag ts-flagPrivate">Private</span> redis</h3>
|
|
203
|
-
<div class="tsd-signature tsd-kind-icon">redis<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Redis</span></div>
|
|
204
|
-
<aside class="tsd-sources">
|
|
205
|
-
<ul>
|
|
206
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1008">src/cores/cache-service.ts:1008</a></li>
|
|
207
|
-
</ul>
|
|
208
|
-
</aside>
|
|
209
|
-
<div class="tsd-comment tsd-typography">
|
|
210
|
-
<div class="lead">
|
|
211
|
-
<p>ioredis client</p>
|
|
212
|
-
</div>
|
|
213
|
-
</div>
|
|
214
|
-
</section>
|
|
215
|
-
</section>
|
|
216
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
|
|
217
|
-
<h2>Methods</h2>
|
|
218
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
219
|
-
<a name="close" class="tsd-anchor"></a>
|
|
220
|
-
<h3>close</h3>
|
|
221
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
222
|
-
<li class="tsd-signature tsd-kind-icon">close<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
223
|
-
</ul>
|
|
224
|
-
<ul class="tsd-descriptions">
|
|
225
|
-
<li class="tsd-description">
|
|
226
|
-
<aside class="tsd-sources">
|
|
227
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#close">close</a></p>
|
|
228
|
-
<ul>
|
|
229
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1148">src/cores/cache-service.ts:1148</a></li>
|
|
230
|
-
</ul>
|
|
231
|
-
</aside>
|
|
232
|
-
<div class="tsd-comment tsd-typography">
|
|
233
|
-
<div class="lead">
|
|
234
|
-
<p>CacheBackend.close implementation</p>
|
|
235
|
-
</div>
|
|
236
|
-
</div>
|
|
237
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
238
|
-
</li>
|
|
239
|
-
</ul>
|
|
240
|
-
</section>
|
|
241
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
242
|
-
<a name="del" class="tsd-anchor"></a>
|
|
243
|
-
<h3>del</h3>
|
|
244
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
245
|
-
<li class="tsd-signature tsd-kind-icon">del<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
|
|
246
|
-
</ul>
|
|
247
|
-
<ul class="tsd-descriptions">
|
|
248
|
-
<li class="tsd-description">
|
|
249
|
-
<aside class="tsd-sources">
|
|
250
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#del">del</a></p>
|
|
251
|
-
<ul>
|
|
252
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1124">src/cores/cache-service.ts:1124</a></li>
|
|
253
|
-
</ul>
|
|
254
|
-
</aside>
|
|
255
|
-
<div class="tsd-comment tsd-typography">
|
|
256
|
-
<div class="lead">
|
|
257
|
-
<p>CacheBackend.del implementation</p>
|
|
258
|
-
</div>
|
|
259
|
-
</div>
|
|
260
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
261
|
-
<ul class="tsd-parameters">
|
|
262
|
-
<li>
|
|
263
|
-
<h5>key: <span class="tsd-signature-type">string</span></h5>
|
|
264
|
-
</li>
|
|
265
|
-
</ul>
|
|
266
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
|
|
267
|
-
</li>
|
|
268
|
-
</ul>
|
|
269
|
-
</section>
|
|
270
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
271
|
-
<a name="expire" class="tsd-anchor"></a>
|
|
272
|
-
<h3>expire</h3>
|
|
273
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
274
|
-
<li class="tsd-signature tsd-kind-icon">expire<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, ttl<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
|
|
275
|
-
</ul>
|
|
276
|
-
<ul class="tsd-descriptions">
|
|
277
|
-
<li class="tsd-description">
|
|
278
|
-
<aside class="tsd-sources">
|
|
279
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#expire">expire</a></p>
|
|
280
|
-
<ul>
|
|
281
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1131">src/cores/cache-service.ts:1131</a></li>
|
|
282
|
-
</ul>
|
|
283
|
-
</aside>
|
|
284
|
-
<div class="tsd-comment tsd-typography">
|
|
285
|
-
<div class="lead">
|
|
286
|
-
<p>CacheBackend.expire implementation</p>
|
|
287
|
-
</div>
|
|
288
|
-
</div>
|
|
289
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
290
|
-
<ul class="tsd-parameters">
|
|
291
|
-
<li>
|
|
292
|
-
<h5>key: <span class="tsd-signature-type">string</span></h5>
|
|
293
|
-
</li>
|
|
294
|
-
<li>
|
|
295
|
-
<h5>ttl: <span class="tsd-signature-type">number</span></h5>
|
|
296
|
-
</li>
|
|
297
|
-
</ul>
|
|
298
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
|
|
299
|
-
</li>
|
|
300
|
-
</ul>
|
|
301
|
-
</section>
|
|
302
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
303
|
-
<a name="get" class="tsd-anchor"></a>
|
|
304
|
-
<h3>get</h3>
|
|
305
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
306
|
-
<li class="tsd-signature tsd-kind-icon">get<T><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></li>
|
|
307
|
-
</ul>
|
|
308
|
-
<ul class="tsd-descriptions">
|
|
309
|
-
<li class="tsd-description">
|
|
310
|
-
<aside class="tsd-sources">
|
|
311
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#get">get</a></p>
|
|
312
|
-
<ul>
|
|
313
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1041">src/cores/cache-service.ts:1041</a></li>
|
|
314
|
-
</ul>
|
|
315
|
-
</aside>
|
|
316
|
-
<div class="tsd-comment tsd-typography">
|
|
317
|
-
<div class="lead">
|
|
318
|
-
<p>CacheBackend.get implementation</p>
|
|
319
|
-
</div>
|
|
320
|
-
</div>
|
|
321
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
322
|
-
<ul class="tsd-type-parameters">
|
|
323
|
-
<li>
|
|
324
|
-
<h4>T</h4>
|
|
325
|
-
</li>
|
|
326
|
-
</ul>
|
|
327
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
328
|
-
<ul class="tsd-parameters">
|
|
329
|
-
<li>
|
|
330
|
-
<h5>key: <span class="tsd-signature-type">string</span></h5>
|
|
331
|
-
</li>
|
|
332
|
-
</ul>
|
|
333
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></h4>
|
|
334
|
-
</li>
|
|
335
|
-
</ul>
|
|
336
|
-
</section>
|
|
337
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
338
|
-
<a name="getset" class="tsd-anchor"></a>
|
|
339
|
-
<h3>getset</h3>
|
|
340
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
341
|
-
<li class="tsd-signature tsd-kind-icon">getset<T, U><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, val<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">U</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></li>
|
|
342
|
-
</ul>
|
|
343
|
-
<ul class="tsd-descriptions">
|
|
344
|
-
<li class="tsd-description">
|
|
345
|
-
<aside class="tsd-sources">
|
|
346
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#getset">getset</a></p>
|
|
347
|
-
<ul>
|
|
348
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1082">src/cores/cache-service.ts:1082</a></li>
|
|
349
|
-
</ul>
|
|
350
|
-
</aside>
|
|
351
|
-
<div class="tsd-comment tsd-typography">
|
|
352
|
-
<div class="lead">
|
|
353
|
-
<p>CacheBackend.getset implementation</p>
|
|
354
|
-
</div>
|
|
355
|
-
</div>
|
|
356
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
357
|
-
<ul class="tsd-type-parameters">
|
|
358
|
-
<li>
|
|
359
|
-
<h4>T</h4>
|
|
360
|
-
</li>
|
|
361
|
-
<li>
|
|
362
|
-
<h4>U</h4>
|
|
363
|
-
</li>
|
|
364
|
-
</ul>
|
|
365
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
366
|
-
<ul class="tsd-parameters">
|
|
367
|
-
<li>
|
|
368
|
-
<h5>key: <span class="tsd-signature-type">string</span></h5>
|
|
369
|
-
</li>
|
|
370
|
-
<li>
|
|
371
|
-
<h5>val: <span class="tsd-signature-type">T</span></h5>
|
|
372
|
-
</li>
|
|
373
|
-
</ul>
|
|
374
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">U</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></h4>
|
|
375
|
-
</li>
|
|
376
|
-
</ul>
|
|
377
|
-
</section>
|
|
378
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
379
|
-
<a name="has" class="tsd-anchor"></a>
|
|
380
|
-
<h3>has</h3>
|
|
381
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
382
|
-
<li class="tsd-signature tsd-kind-icon">has<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
|
|
383
|
-
</ul>
|
|
384
|
-
<ul class="tsd-descriptions">
|
|
385
|
-
<li class="tsd-description">
|
|
386
|
-
<aside class="tsd-sources">
|
|
387
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#has">has</a></p>
|
|
388
|
-
<ul>
|
|
389
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1117">src/cores/cache-service.ts:1117</a></li>
|
|
390
|
-
</ul>
|
|
391
|
-
</aside>
|
|
392
|
-
<div class="tsd-comment tsd-typography">
|
|
393
|
-
<div class="lead">
|
|
394
|
-
<p>CacheBackend.has implementation</p>
|
|
395
|
-
</div>
|
|
396
|
-
</div>
|
|
397
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
398
|
-
<ul class="tsd-parameters">
|
|
399
|
-
<li>
|
|
400
|
-
<h5>key: <span class="tsd-signature-type">string</span></h5>
|
|
401
|
-
</li>
|
|
402
|
-
</ul>
|
|
403
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
|
|
404
|
-
</li>
|
|
405
|
-
</ul>
|
|
406
|
-
</section>
|
|
407
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
408
|
-
<a name="incr" class="tsd-anchor"></a>
|
|
409
|
-
<h3>incr</h3>
|
|
410
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
411
|
-
<li class="tsd-signature tsd-kind-icon">incr<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, increment<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></li>
|
|
412
|
-
</ul>
|
|
413
|
-
<ul class="tsd-descriptions">
|
|
414
|
-
<li class="tsd-description">
|
|
415
|
-
<aside class="tsd-sources">
|
|
416
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#incr">incr</a></p>
|
|
417
|
-
<ul>
|
|
418
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1103">src/cores/cache-service.ts:1103</a></li>
|
|
419
|
-
</ul>
|
|
420
|
-
</aside>
|
|
421
|
-
<div class="tsd-comment tsd-typography">
|
|
422
|
-
<div class="lead">
|
|
423
|
-
<p>CacheBackend.incr implementation</p>
|
|
424
|
-
</div>
|
|
425
|
-
</div>
|
|
426
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
427
|
-
<ul class="tsd-parameters">
|
|
428
|
-
<li>
|
|
429
|
-
<h5>key: <span class="tsd-signature-type">string</span></h5>
|
|
430
|
-
</li>
|
|
431
|
-
<li>
|
|
432
|
-
<h5>increment: <span class="tsd-signature-type">number</span></h5>
|
|
433
|
-
</li>
|
|
434
|
-
</ul>
|
|
435
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></h4>
|
|
436
|
-
</li>
|
|
437
|
-
</ul>
|
|
438
|
-
</section>
|
|
439
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
440
|
-
<a name="keys" class="tsd-anchor"></a>
|
|
441
|
-
<h3>keys</h3>
|
|
442
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
443
|
-
<li class="tsd-signature tsd-kind-icon">keys<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></li>
|
|
444
|
-
</ul>
|
|
445
|
-
<ul class="tsd-descriptions">
|
|
446
|
-
<li class="tsd-description">
|
|
447
|
-
<aside class="tsd-sources">
|
|
448
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#keys">keys</a></p>
|
|
449
|
-
<ul>
|
|
450
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1110">src/cores/cache-service.ts:1110</a></li>
|
|
451
|
-
</ul>
|
|
452
|
-
</aside>
|
|
453
|
-
<div class="tsd-comment tsd-typography">
|
|
454
|
-
<div class="lead">
|
|
455
|
-
<p>CacheBackend.keys implementation</p>
|
|
456
|
-
</div>
|
|
457
|
-
</div>
|
|
458
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4>
|
|
459
|
-
</li>
|
|
460
|
-
</ul>
|
|
461
|
-
</section>
|
|
462
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
463
|
-
<a name="mget" class="tsd-anchor"></a>
|
|
464
|
-
<h3>mget</h3>
|
|
465
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
466
|
-
<li class="tsd-signature tsd-kind-icon">mget<T><span class="tsd-signature-symbol">(</span>keys<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">></span></li>
|
|
467
|
-
</ul>
|
|
468
|
-
<ul class="tsd-descriptions">
|
|
469
|
-
<li class="tsd-description">
|
|
470
|
-
<aside class="tsd-sources">
|
|
471
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#mget">mget</a></p>
|
|
472
|
-
<ul>
|
|
473
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1066">src/cores/cache-service.ts:1066</a></li>
|
|
474
|
-
</ul>
|
|
475
|
-
</aside>
|
|
476
|
-
<div class="tsd-comment tsd-typography">
|
|
477
|
-
<div class="lead">
|
|
478
|
-
<p>CacheBackend.mget implementation</p>
|
|
479
|
-
</div>
|
|
480
|
-
</div>
|
|
481
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
482
|
-
<ul class="tsd-type-parameters">
|
|
483
|
-
<li>
|
|
484
|
-
<h4>T</h4>
|
|
485
|
-
</li>
|
|
486
|
-
</ul>
|
|
487
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
488
|
-
<ul class="tsd-parameters">
|
|
489
|
-
<li>
|
|
490
|
-
<h5>keys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
491
|
-
</li>
|
|
492
|
-
</ul>
|
|
493
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">></span></h4>
|
|
494
|
-
</li>
|
|
495
|
-
</ul>
|
|
496
|
-
</section>
|
|
497
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
498
|
-
<a name="mset" class="tsd-anchor"></a>
|
|
499
|
-
<h3>mset</h3>
|
|
500
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
501
|
-
<li class="tsd-signature tsd-kind-icon">mset<T><span class="tsd-signature-symbol">(</span>entries<span class="tsd-signature-symbol">: </span><a href="../interfaces/itementry.html" class="tsd-signature-type">ItemEntry</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
|
|
502
|
-
</ul>
|
|
503
|
-
<ul class="tsd-descriptions">
|
|
504
|
-
<li class="tsd-description">
|
|
505
|
-
<aside class="tsd-sources">
|
|
506
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#mset">mset</a></p>
|
|
507
|
-
<ul>
|
|
508
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1049">src/cores/cache-service.ts:1049</a></li>
|
|
509
|
-
</ul>
|
|
510
|
-
</aside>
|
|
511
|
-
<div class="tsd-comment tsd-typography">
|
|
512
|
-
<div class="lead">
|
|
513
|
-
<p>CacheBackend.mset implementation</p>
|
|
514
|
-
</div>
|
|
515
|
-
</div>
|
|
516
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
517
|
-
<ul class="tsd-type-parameters">
|
|
518
|
-
<li>
|
|
519
|
-
<h4>T</h4>
|
|
520
|
-
</li>
|
|
521
|
-
</ul>
|
|
522
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
523
|
-
<ul class="tsd-parameters">
|
|
524
|
-
<li>
|
|
525
|
-
<h5>entries: <a href="../interfaces/itementry.html" class="tsd-signature-type">ItemEntry</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">[]</span></h5>
|
|
526
|
-
</li>
|
|
527
|
-
</ul>
|
|
528
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
|
|
529
|
-
</li>
|
|
530
|
-
</ul>
|
|
531
|
-
</section>
|
|
532
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
533
|
-
<a name="pop" class="tsd-anchor"></a>
|
|
534
|
-
<h3>pop</h3>
|
|
535
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
536
|
-
<li class="tsd-signature tsd-kind-icon">pop<T><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></li>
|
|
537
|
-
</ul>
|
|
538
|
-
<ul class="tsd-descriptions">
|
|
539
|
-
<li class="tsd-description">
|
|
540
|
-
<aside class="tsd-sources">
|
|
541
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#pop">pop</a></p>
|
|
542
|
-
<ul>
|
|
543
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1091">src/cores/cache-service.ts:1091</a></li>
|
|
544
|
-
</ul>
|
|
545
|
-
</aside>
|
|
546
|
-
<div class="tsd-comment tsd-typography">
|
|
547
|
-
<div class="lead">
|
|
548
|
-
<p>CacheBackend.pop implementation</p>
|
|
549
|
-
</div>
|
|
550
|
-
</div>
|
|
551
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
552
|
-
<ul class="tsd-type-parameters">
|
|
553
|
-
<li>
|
|
554
|
-
<h4>T</h4>
|
|
555
|
-
</li>
|
|
556
|
-
</ul>
|
|
557
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
558
|
-
<ul class="tsd-parameters">
|
|
559
|
-
<li>
|
|
560
|
-
<h5>key: <span class="tsd-signature-type">string</span></h5>
|
|
561
|
-
</li>
|
|
562
|
-
</ul>
|
|
563
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></h4>
|
|
564
|
-
</li>
|
|
565
|
-
</ul>
|
|
566
|
-
</section>
|
|
567
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
568
|
-
<a name="set" class="tsd-anchor"></a>
|
|
569
|
-
<h3>set</h3>
|
|
570
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
571
|
-
<li class="tsd-signature tsd-kind-icon">set<T><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, val<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span>, ttl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
|
|
572
|
-
</ul>
|
|
573
|
-
<ul class="tsd-descriptions">
|
|
574
|
-
<li class="tsd-description">
|
|
575
|
-
<aside class="tsd-sources">
|
|
576
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#set">set</a></p>
|
|
577
|
-
<ul>
|
|
578
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1032">src/cores/cache-service.ts:1032</a></li>
|
|
579
|
-
</ul>
|
|
580
|
-
</aside>
|
|
581
|
-
<div class="tsd-comment tsd-typography">
|
|
582
|
-
<div class="lead">
|
|
583
|
-
<p>CacheBackend.set implementation</p>
|
|
584
|
-
</div>
|
|
585
|
-
</div>
|
|
586
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
587
|
-
<ul class="tsd-type-parameters">
|
|
588
|
-
<li>
|
|
589
|
-
<h4>T</h4>
|
|
590
|
-
</li>
|
|
591
|
-
</ul>
|
|
592
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
593
|
-
<ul class="tsd-parameters">
|
|
594
|
-
<li>
|
|
595
|
-
<h5>key: <span class="tsd-signature-type">string</span></h5>
|
|
596
|
-
</li>
|
|
597
|
-
<li>
|
|
598
|
-
<h5>val: <span class="tsd-signature-type">T</span></h5>
|
|
599
|
-
</li>
|
|
600
|
-
<li>
|
|
601
|
-
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> ttl: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = this.defTTL</span></h5>
|
|
602
|
-
</li>
|
|
603
|
-
</ul>
|
|
604
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
|
|
605
|
-
</li>
|
|
606
|
-
</ul>
|
|
607
|
-
</section>
|
|
608
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
609
|
-
<a name="ttl" class="tsd-anchor"></a>
|
|
610
|
-
<h3>ttl</h3>
|
|
611
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
612
|
-
<li class="tsd-signature tsd-kind-icon">ttl<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></li>
|
|
613
|
-
</ul>
|
|
614
|
-
<ul class="tsd-descriptions">
|
|
615
|
-
<li class="tsd-description">
|
|
616
|
-
<aside class="tsd-sources">
|
|
617
|
-
<p>Implementation of <a href="../interfaces/cachebackend.html">CacheBackend</a>.<a href="../interfaces/cachebackend.html#ttl">ttl</a></p>
|
|
618
|
-
<ul>
|
|
619
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L1139">src/cores/cache-service.ts:1139</a></li>
|
|
620
|
-
</ul>
|
|
621
|
-
</aside>
|
|
622
|
-
<div class="tsd-comment tsd-typography">
|
|
623
|
-
<div class="lead">
|
|
624
|
-
<p>CacheBackend.ttl implementation</p>
|
|
625
|
-
</div>
|
|
626
|
-
</div>
|
|
627
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
628
|
-
<ul class="tsd-parameters">
|
|
629
|
-
<li>
|
|
630
|
-
<h5>key: <span class="tsd-signature-type">string</span></h5>
|
|
631
|
-
</li>
|
|
632
|
-
</ul>
|
|
633
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></h4>
|
|
634
|
-
</li>
|
|
635
|
-
</ul>
|
|
636
|
-
</section>
|
|
637
|
-
</section>
|
|
638
|
-
</div>
|
|
639
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
640
|
-
<nav class="tsd-navigation primary">
|
|
641
|
-
<ul>
|
|
642
|
-
<li class="globals ">
|
|
643
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
644
|
-
</li>
|
|
645
|
-
</ul>
|
|
646
|
-
</nav>
|
|
647
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
648
|
-
<ul class="before-current">
|
|
649
|
-
</ul>
|
|
650
|
-
<ul class="current">
|
|
651
|
-
<li class="current tsd-kind-class tsd-is-not-exported">
|
|
652
|
-
<a href="redisbackend.html" class="tsd-kind-icon">Redis<wbr>Backend</a>
|
|
653
|
-
<ul>
|
|
654
|
-
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported">
|
|
655
|
-
<a href="redisbackend.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
656
|
-
</li>
|
|
657
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported">
|
|
658
|
-
<a href="redisbackend.html#defttl" class="tsd-kind-icon">defTTL</a>
|
|
659
|
-
</li>
|
|
660
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
|
|
661
|
-
<a href="redisbackend.html#name" class="tsd-kind-icon">name</a>
|
|
662
|
-
</li>
|
|
663
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported">
|
|
664
|
-
<a href="redisbackend.html#redis" class="tsd-kind-icon">redis</a>
|
|
665
|
-
</li>
|
|
666
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
667
|
-
<a href="redisbackend.html#close" class="tsd-kind-icon">close</a>
|
|
668
|
-
</li>
|
|
669
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
670
|
-
<a href="redisbackend.html#del" class="tsd-kind-icon">del</a>
|
|
671
|
-
</li>
|
|
672
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
673
|
-
<a href="redisbackend.html#expire" class="tsd-kind-icon">expire</a>
|
|
674
|
-
</li>
|
|
675
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
676
|
-
<a href="redisbackend.html#get" class="tsd-kind-icon">get</a>
|
|
677
|
-
</li>
|
|
678
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
679
|
-
<a href="redisbackend.html#getset" class="tsd-kind-icon">getset</a>
|
|
680
|
-
</li>
|
|
681
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
682
|
-
<a href="redisbackend.html#has" class="tsd-kind-icon">has</a>
|
|
683
|
-
</li>
|
|
684
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
685
|
-
<a href="redisbackend.html#incr" class="tsd-kind-icon">incr</a>
|
|
686
|
-
</li>
|
|
687
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
688
|
-
<a href="redisbackend.html#keys" class="tsd-kind-icon">keys</a>
|
|
689
|
-
</li>
|
|
690
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
691
|
-
<a href="redisbackend.html#mget" class="tsd-kind-icon">mget</a>
|
|
692
|
-
</li>
|
|
693
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
694
|
-
<a href="redisbackend.html#mset" class="tsd-kind-icon">mset</a>
|
|
695
|
-
</li>
|
|
696
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
697
|
-
<a href="redisbackend.html#pop" class="tsd-kind-icon">pop</a>
|
|
698
|
-
</li>
|
|
699
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported">
|
|
700
|
-
<a href="redisbackend.html#set" class="tsd-kind-icon">set</a>
|
|
701
|
-
</li>
|
|
702
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-not-exported">
|
|
703
|
-
<a href="redisbackend.html#ttl" class="tsd-kind-icon">ttl</a>
|
|
704
|
-
</li>
|
|
705
|
-
</ul>
|
|
706
|
-
</li>
|
|
707
|
-
</ul>
|
|
708
|
-
<ul class="after-current">
|
|
709
|
-
</ul>
|
|
710
|
-
</nav>
|
|
711
|
-
</div>
|
|
712
|
-
</div>
|
|
713
|
-
</div>
|
|
714
|
-
<footer class="with-border-bottom">
|
|
715
|
-
<div class="container">
|
|
716
|
-
<h2>Legend</h2>
|
|
717
|
-
<div class="tsd-legend-group">
|
|
718
|
-
<ul class="tsd-legend">
|
|
719
|
-
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
|
|
720
|
-
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
|
|
721
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
722
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
723
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
724
|
-
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
|
|
725
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
726
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
727
|
-
</ul>
|
|
728
|
-
<ul class="tsd-legend">
|
|
729
|
-
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
730
|
-
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
|
|
731
|
-
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
|
|
732
|
-
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
|
|
733
|
-
</ul>
|
|
734
|
-
<ul class="tsd-legend">
|
|
735
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
736
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
737
|
-
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
|
|
738
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
739
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
740
|
-
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
|
|
741
|
-
</ul>
|
|
742
|
-
<ul class="tsd-legend">
|
|
743
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
744
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
745
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
746
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
747
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
748
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
|
749
|
-
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
|
|
750
|
-
</ul>
|
|
751
|
-
<ul class="tsd-legend">
|
|
752
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
753
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
754
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
755
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
|
|
756
|
-
</ul>
|
|
757
|
-
<ul class="tsd-legend">
|
|
758
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
|
759
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
|
|
760
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
|
|
761
|
-
</ul>
|
|
762
|
-
<ul class="tsd-legend">
|
|
763
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
764
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
765
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
|
|
766
|
-
</ul>
|
|
767
|
-
<ul class="tsd-legend">
|
|
768
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
769
|
-
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
770
|
-
</ul>
|
|
771
|
-
</div>
|
|
772
|
-
</div>
|
|
773
|
-
</footer>
|
|
774
|
-
<div class="container tsd-generator">
|
|
775
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
776
|
-
</div>
|
|
777
|
-
<div class="overlay"></div>
|
|
778
|
-
<script src="../assets/js/main.js"></script>
|
|
779
|
-
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
|
|
780
|
-
</body>
|
|
781
|
-
</html>
|