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,1000 +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>DummyCacheService | 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="dummycacheservice.html">DummyCacheService</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Class DummyCacheService</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>DummyCacheService</code>: use 'node-cache' library</p>
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
</section>
|
|
76
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
77
|
-
<h3>Hierarchy</h3>
|
|
78
|
-
<ul class="tsd-hierarchy">
|
|
79
|
-
<li>
|
|
80
|
-
<a href="cacheservice.html" class="tsd-signature-type">CacheService</a>
|
|
81
|
-
<ul class="tsd-hierarchy">
|
|
82
|
-
<li>
|
|
83
|
-
<span class="target">DummyCacheService</span>
|
|
84
|
-
</li>
|
|
85
|
-
</ul>
|
|
86
|
-
</li>
|
|
87
|
-
</ul>
|
|
88
|
-
</section>
|
|
89
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
90
|
-
<h2>Index</h2>
|
|
91
|
-
<section class="tsd-panel tsd-index-panel">
|
|
92
|
-
<div class="tsd-index-content">
|
|
93
|
-
<section class="tsd-index-section tsd-is-inherited tsd-is-private-protected">
|
|
94
|
-
<h3>Constructors</h3>
|
|
95
|
-
<ul class="tsd-index-list">
|
|
96
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="dummycacheservice.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
97
|
-
</ul>
|
|
98
|
-
</section>
|
|
99
|
-
<section class="tsd-index-section ">
|
|
100
|
-
<h3>Properties</h3>
|
|
101
|
-
<ul class="tsd-index-list">
|
|
102
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#ns" class="tsd-kind-icon">ns</a></li>
|
|
103
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="dummycacheservice.html#def_cache_default_timeout" class="tsd-kind-icon">DEF_<wbr>CACHE_<wbr>DEFAULT_<wbr>TIMEOUT</a></li>
|
|
104
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="dummycacheservice.html#env_cache_default_timeout" class="tsd-kind-icon">ENV_<wbr>CACHE_<wbr>DEFAULT_<wbr>TIMEOUT</a></li>
|
|
105
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="dummycacheservice.html#env_cache_endpoint" class="tsd-kind-icon">ENV_<wbr>CACHE_<wbr>ENDPOINT</a></li>
|
|
106
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static"><a href="dummycacheservice.html#backend" class="tsd-kind-icon">backend</a></li>
|
|
107
|
-
</ul>
|
|
108
|
-
</section>
|
|
109
|
-
<section class="tsd-index-section ">
|
|
110
|
-
<h3>Methods</h3>
|
|
111
|
-
<ul class="tsd-index-list">
|
|
112
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="dummycacheservice.html#asnamespacedkey" class="tsd-kind-icon">as<wbr>Namespaced<wbr>Key</a></li>
|
|
113
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#close" class="tsd-kind-icon">close</a></li>
|
|
114
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#delete" class="tsd-kind-icon">delete</a></li>
|
|
115
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#deletemulti" class="tsd-kind-icon">delete<wbr>Multi</a></li>
|
|
116
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#exists" class="tsd-kind-icon">exists</a></li>
|
|
117
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#get" class="tsd-kind-icon">get</a></li>
|
|
118
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#getanddelete" class="tsd-kind-icon">get<wbr>And<wbr>Delete</a></li>
|
|
119
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#getandset" class="tsd-kind-icon">get<wbr>And<wbr>Set</a></li>
|
|
120
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#getmulti" class="tsd-kind-icon">get<wbr>Multi</a></li>
|
|
121
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#gettimeout" class="tsd-kind-icon">get<wbr>Timeout</a></li>
|
|
122
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="dummycacheservice.html#hello" class="tsd-kind-icon">hello</a></li>
|
|
123
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#increment" class="tsd-kind-icon">increment</a></li>
|
|
124
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#keys" class="tsd-kind-icon">keys</a></li>
|
|
125
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#removetimeout" class="tsd-kind-icon">remove<wbr>Timeout</a></li>
|
|
126
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#set" class="tsd-kind-icon">set</a></li>
|
|
127
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#setmulti" class="tsd-kind-icon">set<wbr>Multi</a></li>
|
|
128
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummycacheservice.html#settimeout" class="tsd-kind-icon">set<wbr>Timeout</a></li>
|
|
129
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static"><a href="dummycacheservice.html#create" class="tsd-kind-icon">create</a></li>
|
|
130
|
-
</ul>
|
|
131
|
-
</section>
|
|
132
|
-
</div>
|
|
133
|
-
</section>
|
|
134
|
-
</section>
|
|
135
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-inherited tsd-is-private-protected">
|
|
136
|
-
<h2>Constructors</h2>
|
|
137
|
-
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
138
|
-
<a name="constructor" class="tsd-anchor"></a>
|
|
139
|
-
<h3><span class="tsd-flag ts-flagProtected">Protected</span> constructor</h3>
|
|
140
|
-
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
141
|
-
<li class="tsd-signature tsd-kind-icon">new <wbr>Dummy<wbr>Cache<wbr>Service<span class="tsd-signature-symbol">(</span>backend<span class="tsd-signature-symbol">: </span><a href="../interfaces/cachebackend.html" class="tsd-signature-type">CacheBackend</a>, ns<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><a href="dummycacheservice.html" class="tsd-signature-type">DummyCacheService</a></li>
|
|
142
|
-
</ul>
|
|
143
|
-
<ul class="tsd-descriptions">
|
|
144
|
-
<li class="tsd-description">
|
|
145
|
-
<aside class="tsd-sources">
|
|
146
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#constructor">constructor</a></p>
|
|
147
|
-
<ul>
|
|
148
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L423">src/cores/cache-service.ts:423</a></li>
|
|
149
|
-
</ul>
|
|
150
|
-
</aside>
|
|
151
|
-
<div class="tsd-comment tsd-typography">
|
|
152
|
-
<div class="lead">
|
|
153
|
-
<p>Protected constructor -> use CacheService.create()</p>
|
|
154
|
-
</div>
|
|
155
|
-
</div>
|
|
156
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
157
|
-
<ul class="tsd-parameters">
|
|
158
|
-
<li>
|
|
159
|
-
<h5>backend: <a href="../interfaces/cachebackend.html" class="tsd-signature-type">CacheBackend</a></h5>
|
|
160
|
-
<div class="tsd-comment tsd-typography">
|
|
161
|
-
<div class="lead">
|
|
162
|
-
<p>cache backend object</p>
|
|
163
|
-
</div>
|
|
164
|
-
</div>
|
|
165
|
-
</li>
|
|
166
|
-
<li>
|
|
167
|
-
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> ns: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ""</span></h5>
|
|
168
|
-
<div class="tsd-comment tsd-typography">
|
|
169
|
-
<div class="lead">
|
|
170
|
-
<p>(optional) namespace of cache key (default: '')</p>
|
|
171
|
-
</div>
|
|
172
|
-
</div>
|
|
173
|
-
</li>
|
|
174
|
-
</ul>
|
|
175
|
-
<h4 class="tsd-returns-title">Returns <a href="dummycacheservice.html" class="tsd-signature-type">DummyCacheService</a></h4>
|
|
176
|
-
</li>
|
|
177
|
-
</ul>
|
|
178
|
-
</section>
|
|
179
|
-
</section>
|
|
180
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
181
|
-
<h2>Properties</h2>
|
|
182
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
183
|
-
<a name="ns" class="tsd-anchor"></a>
|
|
184
|
-
<h3>ns</h3>
|
|
185
|
-
<div class="tsd-signature tsd-kind-icon">ns<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
186
|
-
<aside class="tsd-sources">
|
|
187
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#ns">ns</a></p>
|
|
188
|
-
<ul>
|
|
189
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L128">src/cores/cache-service.ts:128</a></li>
|
|
190
|
-
</ul>
|
|
191
|
-
</aside>
|
|
192
|
-
<div class="tsd-comment tsd-typography">
|
|
193
|
-
<div class="lead">
|
|
194
|
-
<p>Namespace of cache key</p>
|
|
195
|
-
</div>
|
|
196
|
-
</div>
|
|
197
|
-
</section>
|
|
198
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
199
|
-
<a name="def_cache_default_timeout" class="tsd-anchor"></a>
|
|
200
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> DEF_<wbr>CACHE_<wbr>DEFAULT_<wbr>TIMEOUT</h3>
|
|
201
|
-
<div class="tsd-signature tsd-kind-icon">DEF_<wbr>CACHE_<wbr>DEFAULT_<wbr>TIMEOUT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 24 * 60 * 60</span></div>
|
|
202
|
-
<aside class="tsd-sources">
|
|
203
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#def_cache_default_timeout">DEF_CACHE_DEFAULT_TIMEOUT</a></p>
|
|
204
|
-
<ul>
|
|
205
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L116">src/cores/cache-service.ts:116</a></li>
|
|
206
|
-
</ul>
|
|
207
|
-
</aside>
|
|
208
|
-
<div class="tsd-comment tsd-typography">
|
|
209
|
-
<div class="lead">
|
|
210
|
-
<p>Default cache timeout</p>
|
|
211
|
-
</div>
|
|
212
|
-
<dl class="tsd-comment-tags">
|
|
213
|
-
<dt>static</dt>
|
|
214
|
-
<dd></dd>
|
|
215
|
-
</dl>
|
|
216
|
-
</div>
|
|
217
|
-
</section>
|
|
218
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
219
|
-
<a name="env_cache_default_timeout" class="tsd-anchor"></a>
|
|
220
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> ENV_<wbr>CACHE_<wbr>DEFAULT_<wbr>TIMEOUT</h3>
|
|
221
|
-
<div class="tsd-signature tsd-kind-icon">ENV_<wbr>CACHE_<wbr>DEFAULT_<wbr>TIMEOUT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"CACHE_DEFAULT_TIMEOUT"</span><span class="tsd-signature-symbol"> = "CACHE_DEFAULT_TIMEOUT"</span></div>
|
|
222
|
-
<aside class="tsd-sources">
|
|
223
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#env_cache_default_timeout">ENV_CACHE_DEFAULT_TIMEOUT</a></p>
|
|
224
|
-
<ul>
|
|
225
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L110">src/cores/cache-service.ts:110</a></li>
|
|
226
|
-
</ul>
|
|
227
|
-
</aside>
|
|
228
|
-
<div class="tsd-comment tsd-typography">
|
|
229
|
-
<div class="lead">
|
|
230
|
-
<p>Environment variable name for default cache timeout</p>
|
|
231
|
-
</div>
|
|
232
|
-
<dl class="tsd-comment-tags">
|
|
233
|
-
<dt>static</dt>
|
|
234
|
-
<dd></dd>
|
|
235
|
-
</dl>
|
|
236
|
-
</div>
|
|
237
|
-
</section>
|
|
238
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
239
|
-
<a name="env_cache_endpoint" class="tsd-anchor"></a>
|
|
240
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> ENV_<wbr>CACHE_<wbr>ENDPOINT</h3>
|
|
241
|
-
<div class="tsd-signature tsd-kind-icon">ENV_<wbr>CACHE_<wbr>ENDPOINT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"CACHE_ENDPOINT"</span><span class="tsd-signature-symbol"> = "CACHE_ENDPOINT"</span></div>
|
|
242
|
-
<aside class="tsd-sources">
|
|
243
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#env_cache_endpoint">ENV_CACHE_ENDPOINT</a></p>
|
|
244
|
-
<ul>
|
|
245
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L104">src/cores/cache-service.ts:104</a></li>
|
|
246
|
-
</ul>
|
|
247
|
-
</aside>
|
|
248
|
-
<div class="tsd-comment tsd-typography">
|
|
249
|
-
<div class="lead">
|
|
250
|
-
<p>Environment variable name for cache server endpoint</p>
|
|
251
|
-
</div>
|
|
252
|
-
<dl class="tsd-comment-tags">
|
|
253
|
-
<dt>static</dt>
|
|
254
|
-
<dd></dd>
|
|
255
|
-
</dl>
|
|
256
|
-
</div>
|
|
257
|
-
</section>
|
|
258
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static">
|
|
259
|
-
<a name="backend" class="tsd-anchor"></a>
|
|
260
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagPrivate">Private</span> backend</h3>
|
|
261
|
-
<div class="tsd-signature tsd-kind-icon">backend<span class="tsd-signature-symbol">:</span> <a href="nodecachebackend.html" class="tsd-signature-type">NodeCacheBackend</a></div>
|
|
262
|
-
<aside class="tsd-sources">
|
|
263
|
-
<ul>
|
|
264
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L459">src/cores/cache-service.ts:459</a></li>
|
|
265
|
-
</ul>
|
|
266
|
-
</aside>
|
|
267
|
-
<div class="tsd-comment tsd-typography">
|
|
268
|
-
<div class="lead">
|
|
269
|
-
<p>Singleton node-cache backend</p>
|
|
270
|
-
</div>
|
|
271
|
-
<dl class="tsd-comment-tags">
|
|
272
|
-
<dt>static</dt>
|
|
273
|
-
<dd></dd>
|
|
274
|
-
</dl>
|
|
275
|
-
</div>
|
|
276
|
-
</section>
|
|
277
|
-
</section>
|
|
278
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
279
|
-
<h2>Methods</h2>
|
|
280
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
281
|
-
<a name="asnamespacedkey" class="tsd-anchor"></a>
|
|
282
|
-
<h3><span class="tsd-flag ts-flagProtected">Protected</span> as<wbr>Namespaced<wbr>Key</h3>
|
|
283
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
284
|
-
<li class="tsd-signature tsd-kind-icon">as<wbr>Namespaced<wbr>Key<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
285
|
-
</ul>
|
|
286
|
-
<ul class="tsd-descriptions">
|
|
287
|
-
<li class="tsd-description">
|
|
288
|
-
<aside class="tsd-sources">
|
|
289
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#asnamespacedkey">asNamespacedKey</a></p>
|
|
290
|
-
<ul>
|
|
291
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L444">src/cores/cache-service.ts:444</a></li>
|
|
292
|
-
</ul>
|
|
293
|
-
</aside>
|
|
294
|
-
<div class="tsd-comment tsd-typography">
|
|
295
|
-
<div class="lead">
|
|
296
|
-
<p>Get namespace prefixed cache key</p>
|
|
297
|
-
</div>
|
|
298
|
-
</div>
|
|
299
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
300
|
-
<ul class="tsd-parameters">
|
|
301
|
-
<li>
|
|
302
|
-
<h5>key: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a></h5>
|
|
303
|
-
</li>
|
|
304
|
-
</ul>
|
|
305
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
306
|
-
</li>
|
|
307
|
-
</ul>
|
|
308
|
-
</section>
|
|
309
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
310
|
-
<a name="close" class="tsd-anchor"></a>
|
|
311
|
-
<h3>close</h3>
|
|
312
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
313
|
-
<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>
|
|
314
|
-
</ul>
|
|
315
|
-
<ul class="tsd-descriptions">
|
|
316
|
-
<li class="tsd-description">
|
|
317
|
-
<aside class="tsd-sources">
|
|
318
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#close">close</a></p>
|
|
319
|
-
<ul>
|
|
320
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L181">src/cores/cache-service.ts:181</a></li>
|
|
321
|
-
</ul>
|
|
322
|
-
</aside>
|
|
323
|
-
<div class="tsd-comment tsd-typography">
|
|
324
|
-
<div class="lead">
|
|
325
|
-
<p>Close backend and connection</p>
|
|
326
|
-
</div>
|
|
327
|
-
</div>
|
|
328
|
-
<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>
|
|
329
|
-
</li>
|
|
330
|
-
</ul>
|
|
331
|
-
</section>
|
|
332
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
333
|
-
<a name="delete" class="tsd-anchor"></a>
|
|
334
|
-
<h3>delete</h3>
|
|
335
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
336
|
-
<li class="tsd-signature tsd-kind-icon">delete<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a><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>
|
|
337
|
-
</ul>
|
|
338
|
-
<ul class="tsd-descriptions">
|
|
339
|
-
<li class="tsd-description">
|
|
340
|
-
<aside class="tsd-sources">
|
|
341
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#delete">delete</a></p>
|
|
342
|
-
<ul>
|
|
343
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L356">src/cores/cache-service.ts:356</a></li>
|
|
344
|
-
</ul>
|
|
345
|
-
</aside>
|
|
346
|
-
<div class="tsd-comment tsd-typography">
|
|
347
|
-
<div class="lead">
|
|
348
|
-
<p>Delete a key</p>
|
|
349
|
-
</div>
|
|
350
|
-
</div>
|
|
351
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
352
|
-
<ul class="tsd-parameters">
|
|
353
|
-
<li>
|
|
354
|
-
<h5>key: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a></h5>
|
|
355
|
-
</li>
|
|
356
|
-
</ul>
|
|
357
|
-
<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>
|
|
358
|
-
<p>true on success</p>
|
|
359
|
-
</li>
|
|
360
|
-
</ul>
|
|
361
|
-
</section>
|
|
362
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
363
|
-
<a name="deletemulti" class="tsd-anchor"></a>
|
|
364
|
-
<h3>delete<wbr>Multi</h3>
|
|
365
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
366
|
-
<li class="tsd-signature tsd-kind-icon">delete<wbr>Multi<span class="tsd-signature-symbol">(</span>keys<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a><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><span class="tsd-signature-symbol">></span></li>
|
|
367
|
-
</ul>
|
|
368
|
-
<ul class="tsd-descriptions">
|
|
369
|
-
<li class="tsd-description">
|
|
370
|
-
<aside class="tsd-sources">
|
|
371
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#deletemulti">deleteMulti</a></p>
|
|
372
|
-
<ul>
|
|
373
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L370">src/cores/cache-service.ts:370</a></li>
|
|
374
|
-
</ul>
|
|
375
|
-
</aside>
|
|
376
|
-
<div class="tsd-comment tsd-typography">
|
|
377
|
-
<div class="lead">
|
|
378
|
-
<p>Delete multiple keys</p>
|
|
379
|
-
</div>
|
|
380
|
-
</div>
|
|
381
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
382
|
-
<ul class="tsd-parameters">
|
|
383
|
-
<li>
|
|
384
|
-
<h5>keys: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
385
|
-
</li>
|
|
386
|
-
</ul>
|
|
387
|
-
<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><span class="tsd-signature-symbol">></span></h4>
|
|
388
|
-
<p>number of deleted entries</p>
|
|
389
|
-
</li>
|
|
390
|
-
</ul>
|
|
391
|
-
</section>
|
|
392
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
393
|
-
<a name="exists" class="tsd-anchor"></a>
|
|
394
|
-
<h3>exists</h3>
|
|
395
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
396
|
-
<li class="tsd-signature tsd-kind-icon">exists<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a><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>
|
|
397
|
-
</ul>
|
|
398
|
-
<ul class="tsd-descriptions">
|
|
399
|
-
<li class="tsd-description">
|
|
400
|
-
<aside class="tsd-sources">
|
|
401
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#exists">exists</a></p>
|
|
402
|
-
<ul>
|
|
403
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L190">src/cores/cache-service.ts:190</a></li>
|
|
404
|
-
</ul>
|
|
405
|
-
</aside>
|
|
406
|
-
<div class="tsd-comment tsd-typography">
|
|
407
|
-
<div class="lead">
|
|
408
|
-
<p>Check whether the key is cached</p>
|
|
409
|
-
</div>
|
|
410
|
-
</div>
|
|
411
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
412
|
-
<ul class="tsd-parameters">
|
|
413
|
-
<li>
|
|
414
|
-
<h5>key: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a></h5>
|
|
415
|
-
</li>
|
|
416
|
-
</ul>
|
|
417
|
-
<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>
|
|
418
|
-
<p>true if the key is cached</p>
|
|
419
|
-
</li>
|
|
420
|
-
</ul>
|
|
421
|
-
</section>
|
|
422
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
423
|
-
<a name="get" class="tsd-anchor"></a>
|
|
424
|
-
<h3>get</h3>
|
|
425
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
426
|
-
<li class="tsd-signature tsd-kind-icon">get<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a><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><a href="../globals.html#cachevalue" class="tsd-signature-type">CacheValue</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></li>
|
|
427
|
-
</ul>
|
|
428
|
-
<ul class="tsd-descriptions">
|
|
429
|
-
<li class="tsd-description">
|
|
430
|
-
<aside class="tsd-sources">
|
|
431
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#get">get</a></p>
|
|
432
|
-
<ul>
|
|
433
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L257">src/cores/cache-service.ts:257</a></li>
|
|
434
|
-
</ul>
|
|
435
|
-
</aside>
|
|
436
|
-
<div class="tsd-comment tsd-typography">
|
|
437
|
-
<div class="lead">
|
|
438
|
-
<p>Retrieve a key</p>
|
|
439
|
-
</div>
|
|
440
|
-
</div>
|
|
441
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
442
|
-
<ul class="tsd-parameters">
|
|
443
|
-
<li>
|
|
444
|
-
<h5>key: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a></h5>
|
|
445
|
-
<div class="tsd-comment tsd-typography">
|
|
446
|
-
</div>
|
|
447
|
-
</li>
|
|
448
|
-
</ul>
|
|
449
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../globals.html#cachevalue" class="tsd-signature-type">CacheValue</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></h4>
|
|
450
|
-
</li>
|
|
451
|
-
</ul>
|
|
452
|
-
</section>
|
|
453
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
454
|
-
<a name="getanddelete" class="tsd-anchor"></a>
|
|
455
|
-
<h3>get<wbr>And<wbr>Delete</h3>
|
|
456
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
457
|
-
<li class="tsd-signature tsd-kind-icon">get<wbr>And<wbr>Delete<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a><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><a href="../globals.html#cachevalue" class="tsd-signature-type">CacheValue</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></li>
|
|
458
|
-
</ul>
|
|
459
|
-
<ul class="tsd-descriptions">
|
|
460
|
-
<li class="tsd-description">
|
|
461
|
-
<aside class="tsd-sources">
|
|
462
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#getanddelete">getAndDelete</a></p>
|
|
463
|
-
<ul>
|
|
464
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L334">src/cores/cache-service.ts:334</a></li>
|
|
465
|
-
</ul>
|
|
466
|
-
</aside>
|
|
467
|
-
<div class="tsd-comment tsd-typography">
|
|
468
|
-
<div class="lead">
|
|
469
|
-
<p>Get and delete the key</p>
|
|
470
|
-
</div>
|
|
471
|
-
</div>
|
|
472
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
473
|
-
<ul class="tsd-parameters">
|
|
474
|
-
<li>
|
|
475
|
-
<h5>key: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a></h5>
|
|
476
|
-
<div class="tsd-comment tsd-typography">
|
|
477
|
-
</div>
|
|
478
|
-
</li>
|
|
479
|
-
</ul>
|
|
480
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../globals.html#cachevalue" class="tsd-signature-type">CacheValue</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></h4>
|
|
481
|
-
</li>
|
|
482
|
-
</ul>
|
|
483
|
-
</section>
|
|
484
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
485
|
-
<a name="getandset" class="tsd-anchor"></a>
|
|
486
|
-
<h3>get<wbr>And<wbr>Set</h3>
|
|
487
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
488
|
-
<li class="tsd-signature tsd-kind-icon">get<wbr>And<wbr>Set<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a>, val<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachevalue" class="tsd-signature-type">CacheValue</a><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><a href="../globals.html#cachevalue" class="tsd-signature-type">CacheValue</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></li>
|
|
489
|
-
</ul>
|
|
490
|
-
<ul class="tsd-descriptions">
|
|
491
|
-
<li class="tsd-description">
|
|
492
|
-
<aside class="tsd-sources">
|
|
493
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#getandset">getAndSet</a></p>
|
|
494
|
-
<ul>
|
|
495
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L305">src/cores/cache-service.ts:305</a></li>
|
|
496
|
-
</ul>
|
|
497
|
-
</aside>
|
|
498
|
-
<div class="tsd-comment tsd-typography">
|
|
499
|
-
<div class="lead">
|
|
500
|
-
<p>Set the value of a key and return its old value</p>
|
|
501
|
-
</div>
|
|
502
|
-
</div>
|
|
503
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
504
|
-
<ul class="tsd-parameters">
|
|
505
|
-
<li>
|
|
506
|
-
<h5>key: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a></h5>
|
|
507
|
-
</li>
|
|
508
|
-
<li>
|
|
509
|
-
<h5>val: <a href="../globals.html#cachevalue" class="tsd-signature-type">CacheValue</a></h5>
|
|
510
|
-
</li>
|
|
511
|
-
</ul>
|
|
512
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../globals.html#cachevalue" class="tsd-signature-type">CacheValue</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></h4>
|
|
513
|
-
</li>
|
|
514
|
-
</ul>
|
|
515
|
-
</section>
|
|
516
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
517
|
-
<a name="getmulti" class="tsd-anchor"></a>
|
|
518
|
-
<h3>get<wbr>Multi</h3>
|
|
519
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
520
|
-
<li class="tsd-signature tsd-kind-icon">get<wbr>Multi<span class="tsd-signature-symbol">(</span>keys<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a><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><a href="../globals.html#keyvaluemap" class="tsd-signature-type">KeyValueMap</a><span class="tsd-signature-symbol">></span></li>
|
|
521
|
-
</ul>
|
|
522
|
-
<ul class="tsd-descriptions">
|
|
523
|
-
<li class="tsd-description">
|
|
524
|
-
<aside class="tsd-sources">
|
|
525
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#getmulti">getMulti</a></p>
|
|
526
|
-
<ul>
|
|
527
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L270">src/cores/cache-service.ts:270</a></li>
|
|
528
|
-
</ul>
|
|
529
|
-
</aside>
|
|
530
|
-
<div class="tsd-comment tsd-typography">
|
|
531
|
-
<div class="lead">
|
|
532
|
-
<p>Get multiple keys</p>
|
|
533
|
-
</div>
|
|
534
|
-
</div>
|
|
535
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
536
|
-
<ul class="tsd-parameters">
|
|
537
|
-
<li>
|
|
538
|
-
<h5>keys: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
539
|
-
<div class="tsd-comment tsd-typography">
|
|
540
|
-
</div>
|
|
541
|
-
</li>
|
|
542
|
-
</ul>
|
|
543
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../globals.html#keyvaluemap" class="tsd-signature-type">KeyValueMap</a><span class="tsd-signature-symbol">></span></h4>
|
|
544
|
-
</li>
|
|
545
|
-
</ul>
|
|
546
|
-
</section>
|
|
547
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
548
|
-
<a name="gettimeout" class="tsd-anchor"></a>
|
|
549
|
-
<h3>get<wbr>Timeout</h3>
|
|
550
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
551
|
-
<li class="tsd-signature tsd-kind-icon">get<wbr>Timeout<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a><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>
|
|
552
|
-
</ul>
|
|
553
|
-
<ul class="tsd-descriptions">
|
|
554
|
-
<li class="tsd-description">
|
|
555
|
-
<aside class="tsd-sources">
|
|
556
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#gettimeout">getTimeout</a></p>
|
|
557
|
-
<ul>
|
|
558
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L404">src/cores/cache-service.ts:404</a></li>
|
|
559
|
-
</ul>
|
|
560
|
-
</aside>
|
|
561
|
-
<div class="tsd-comment tsd-typography">
|
|
562
|
-
<div class="lead">
|
|
563
|
-
<p>Get remaining time to live in milliseconds</p>
|
|
564
|
-
</div>
|
|
565
|
-
</div>
|
|
566
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
567
|
-
<ul class="tsd-parameters">
|
|
568
|
-
<li>
|
|
569
|
-
<h5>key: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a></h5>
|
|
570
|
-
</li>
|
|
571
|
-
</ul>
|
|
572
|
-
<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>
|
|
573
|
-
<ul>
|
|
574
|
-
<li>number of milliseconds to expire</li>
|
|
575
|
-
<li>undefined if the key does not exist</li>
|
|
576
|
-
<li>0 if the key has no timeout</li>
|
|
577
|
-
</ul>
|
|
578
|
-
</li>
|
|
579
|
-
</ul>
|
|
580
|
-
</section>
|
|
581
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
582
|
-
<a name="hello" class="tsd-anchor"></a>
|
|
583
|
-
<h3>hello</h3>
|
|
584
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
585
|
-
<li class="tsd-signature tsd-kind-icon">hello<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
586
|
-
</ul>
|
|
587
|
-
<ul class="tsd-descriptions">
|
|
588
|
-
<li class="tsd-description">
|
|
589
|
-
<aside class="tsd-sources">
|
|
590
|
-
<p>Overrides <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#hello">hello</a></p>
|
|
591
|
-
<ul>
|
|
592
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L485">src/cores/cache-service.ts:485</a></li>
|
|
593
|
-
</ul>
|
|
594
|
-
</aside>
|
|
595
|
-
<div class="tsd-comment tsd-typography">
|
|
596
|
-
<div class="lead">
|
|
597
|
-
<p>Say hello</p>
|
|
598
|
-
</div>
|
|
599
|
-
</div>
|
|
600
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
601
|
-
</li>
|
|
602
|
-
</ul>
|
|
603
|
-
</section>
|
|
604
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
605
|
-
<a name="increment" class="tsd-anchor"></a>
|
|
606
|
-
<h3>increment</h3>
|
|
607
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
608
|
-
<li class="tsd-signature tsd-kind-icon">increment<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a>, inc<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>
|
|
609
|
-
</ul>
|
|
610
|
-
<ul class="tsd-descriptions">
|
|
611
|
-
<li class="tsd-description">
|
|
612
|
-
<aside class="tsd-sources">
|
|
613
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#increment">increment</a></p>
|
|
614
|
-
<ul>
|
|
615
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L293">src/cores/cache-service.ts:293</a></li>
|
|
616
|
-
</ul>
|
|
617
|
-
</aside>
|
|
618
|
-
<div class="tsd-comment tsd-typography">
|
|
619
|
-
<div class="lead">
|
|
620
|
-
<p>Increment the integer value of a key</p>
|
|
621
|
-
</div>
|
|
622
|
-
</div>
|
|
623
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
624
|
-
<ul class="tsd-parameters">
|
|
625
|
-
<li>
|
|
626
|
-
<h5>key: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a></h5>
|
|
627
|
-
</li>
|
|
628
|
-
<li>
|
|
629
|
-
<h5>inc: <span class="tsd-signature-type">number</span></h5>
|
|
630
|
-
<div class="tsd-comment tsd-typography">
|
|
631
|
-
<p>number to increment</p>
|
|
632
|
-
</div>
|
|
633
|
-
</li>
|
|
634
|
-
</ul>
|
|
635
|
-
<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>
|
|
636
|
-
</li>
|
|
637
|
-
</ul>
|
|
638
|
-
</section>
|
|
639
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
640
|
-
<a name="keys" class="tsd-anchor"></a>
|
|
641
|
-
<h3>keys</h3>
|
|
642
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
643
|
-
<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>
|
|
644
|
-
</ul>
|
|
645
|
-
<ul class="tsd-descriptions">
|
|
646
|
-
<li class="tsd-description">
|
|
647
|
-
<aside class="tsd-sources">
|
|
648
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#keys">keys</a></p>
|
|
649
|
-
<ul>
|
|
650
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L202">src/cores/cache-service.ts:202</a></li>
|
|
651
|
-
</ul>
|
|
652
|
-
</aside>
|
|
653
|
-
<div class="tsd-comment tsd-typography">
|
|
654
|
-
<div class="lead">
|
|
655
|
-
<p>List all keys</p>
|
|
656
|
-
</div>
|
|
657
|
-
</div>
|
|
658
|
-
<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>
|
|
659
|
-
<p>list of keys</p>
|
|
660
|
-
</li>
|
|
661
|
-
</ul>
|
|
662
|
-
</section>
|
|
663
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
664
|
-
<a name="removetimeout" class="tsd-anchor"></a>
|
|
665
|
-
<h3>remove<wbr>Timeout</h3>
|
|
666
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
667
|
-
<li class="tsd-signature tsd-kind-icon">remove<wbr>Timeout<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a><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>
|
|
668
|
-
</ul>
|
|
669
|
-
<ul class="tsd-descriptions">
|
|
670
|
-
<li class="tsd-description">
|
|
671
|
-
<aside class="tsd-sources">
|
|
672
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#removetimeout">removeTimeout</a></p>
|
|
673
|
-
<ul>
|
|
674
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L417">src/cores/cache-service.ts:417</a></li>
|
|
675
|
-
</ul>
|
|
676
|
-
</aside>
|
|
677
|
-
<div class="tsd-comment tsd-typography">
|
|
678
|
-
<div class="lead">
|
|
679
|
-
<p>Remove the timeout from a key</p>
|
|
680
|
-
</div>
|
|
681
|
-
</div>
|
|
682
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
683
|
-
<ul class="tsd-parameters">
|
|
684
|
-
<li>
|
|
685
|
-
<h5>key: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a></h5>
|
|
686
|
-
<div class="tsd-comment tsd-typography">
|
|
687
|
-
</div>
|
|
688
|
-
</li>
|
|
689
|
-
</ul>
|
|
690
|
-
<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>
|
|
691
|
-
</li>
|
|
692
|
-
</ul>
|
|
693
|
-
</section>
|
|
694
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
695
|
-
<a name="set" class="tsd-anchor"></a>
|
|
696
|
-
<h3>set</h3>
|
|
697
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
698
|
-
<li class="tsd-signature tsd-kind-icon">set<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a>, val<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachevalue" class="tsd-signature-type">CacheValue</a>, timeout<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/timeout.html" class="tsd-signature-type">Timeout</a><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>
|
|
699
|
-
</ul>
|
|
700
|
-
<ul class="tsd-descriptions">
|
|
701
|
-
<li class="tsd-description">
|
|
702
|
-
<aside class="tsd-sources">
|
|
703
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#set">set</a></p>
|
|
704
|
-
<ul>
|
|
705
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L221">src/cores/cache-service.ts:221</a></li>
|
|
706
|
-
</ul>
|
|
707
|
-
</aside>
|
|
708
|
-
<div class="tsd-comment tsd-typography">
|
|
709
|
-
<div class="lead">
|
|
710
|
-
<p>Store a key</p>
|
|
711
|
-
</div>
|
|
712
|
-
</div>
|
|
713
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
714
|
-
<ul class="tsd-parameters">
|
|
715
|
-
<li>
|
|
716
|
-
<h5>key: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a></h5>
|
|
717
|
-
</li>
|
|
718
|
-
<li>
|
|
719
|
-
<h5>val: <a href="../globals.html#cachevalue" class="tsd-signature-type">CacheValue</a></h5>
|
|
720
|
-
</li>
|
|
721
|
-
<li>
|
|
722
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> timeout: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/timeout.html" class="tsd-signature-type">Timeout</a></h5>
|
|
723
|
-
<div class="tsd-comment tsd-typography">
|
|
724
|
-
<p>(optional) TTL in seconds or Timeout object</p>
|
|
725
|
-
</div>
|
|
726
|
-
</li>
|
|
727
|
-
</ul>
|
|
728
|
-
<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>
|
|
729
|
-
<p>true on success</p>
|
|
730
|
-
</li>
|
|
731
|
-
</ul>
|
|
732
|
-
</section>
|
|
733
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
734
|
-
<a name="setmulti" class="tsd-anchor"></a>
|
|
735
|
-
<h3>set<wbr>Multi</h3>
|
|
736
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
737
|
-
<li class="tsd-signature tsd-kind-icon">set<wbr>Multi<span class="tsd-signature-symbol">(</span>entries<span class="tsd-signature-symbol">: </span><a href="../interfaces/cacheentry.html" class="tsd-signature-type">CacheEntry</a><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>
|
|
738
|
-
</ul>
|
|
739
|
-
<ul class="tsd-descriptions">
|
|
740
|
-
<li class="tsd-description">
|
|
741
|
-
<aside class="tsd-sources">
|
|
742
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#setmulti">setMulti</a></p>
|
|
743
|
-
<ul>
|
|
744
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L237">src/cores/cache-service.ts:237</a></li>
|
|
745
|
-
</ul>
|
|
746
|
-
</aside>
|
|
747
|
-
<div class="tsd-comment tsd-typography">
|
|
748
|
-
<div class="lead">
|
|
749
|
-
<p>Store multiple keys</p>
|
|
750
|
-
</div>
|
|
751
|
-
</div>
|
|
752
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
753
|
-
<ul class="tsd-parameters">
|
|
754
|
-
<li>
|
|
755
|
-
<h5>entries: <a href="../interfaces/cacheentry.html" class="tsd-signature-type">CacheEntry</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
756
|
-
</li>
|
|
757
|
-
</ul>
|
|
758
|
-
<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>
|
|
759
|
-
<p>true on success</p>
|
|
760
|
-
</li>
|
|
761
|
-
</ul>
|
|
762
|
-
</section>
|
|
763
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
764
|
-
<a name="settimeout" class="tsd-anchor"></a>
|
|
765
|
-
<h3>set<wbr>Timeout</h3>
|
|
766
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
767
|
-
<li class="tsd-signature tsd-kind-icon">set<wbr>Timeout<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a>, timeout<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/timeout.html" class="tsd-signature-type">Timeout</a><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>
|
|
768
|
-
</ul>
|
|
769
|
-
<ul class="tsd-descriptions">
|
|
770
|
-
<li class="tsd-description">
|
|
771
|
-
<aside class="tsd-sources">
|
|
772
|
-
<p>Inherited from <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#settimeout">setTimeout</a></p>
|
|
773
|
-
<ul>
|
|
774
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L388">src/cores/cache-service.ts:388</a></li>
|
|
775
|
-
</ul>
|
|
776
|
-
</aside>
|
|
777
|
-
<div class="tsd-comment tsd-typography">
|
|
778
|
-
<div class="lead">
|
|
779
|
-
<p>Set or update the timeout of a key</p>
|
|
780
|
-
</div>
|
|
781
|
-
</div>
|
|
782
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
783
|
-
<ul class="tsd-parameters">
|
|
784
|
-
<li>
|
|
785
|
-
<h5>key: <a href="../globals.html#cachekey" class="tsd-signature-type">CacheKey</a></h5>
|
|
786
|
-
</li>
|
|
787
|
-
<li>
|
|
788
|
-
<h5>timeout: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/timeout.html" class="tsd-signature-type">Timeout</a></h5>
|
|
789
|
-
<div class="tsd-comment tsd-typography">
|
|
790
|
-
<p>TTL in seconds or Timeout object</p>
|
|
791
|
-
</div>
|
|
792
|
-
</li>
|
|
793
|
-
</ul>
|
|
794
|
-
<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>
|
|
795
|
-
<p>true on success</p>
|
|
796
|
-
</li>
|
|
797
|
-
</ul>
|
|
798
|
-
</section>
|
|
799
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static">
|
|
800
|
-
<a name="create" class="tsd-anchor"></a>
|
|
801
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> create</h3>
|
|
802
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static">
|
|
803
|
-
<li class="tsd-signature tsd-kind-icon">create<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/cacheoptions.html" class="tsd-signature-type">CacheOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dummycacheservice.html" class="tsd-signature-type">DummyCacheService</a></li>
|
|
804
|
-
</ul>
|
|
805
|
-
<ul class="tsd-descriptions">
|
|
806
|
-
<li class="tsd-description">
|
|
807
|
-
<aside class="tsd-sources">
|
|
808
|
-
<p>Overrides <a href="cacheservice.html">CacheService</a>.<a href="cacheservice.html#create">create</a></p>
|
|
809
|
-
<ul>
|
|
810
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/cache-service.ts#L467">src/cores/cache-service.ts:467</a></li>
|
|
811
|
-
</ul>
|
|
812
|
-
</aside>
|
|
813
|
-
<div class="tsd-comment tsd-typography">
|
|
814
|
-
<div class="lead">
|
|
815
|
-
<p>Factory method</p>
|
|
816
|
-
</div>
|
|
817
|
-
<dl class="tsd-comment-tags">
|
|
818
|
-
<dt>static</dt>
|
|
819
|
-
<dd></dd>
|
|
820
|
-
</dl>
|
|
821
|
-
</div>
|
|
822
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
823
|
-
<ul class="tsd-parameters">
|
|
824
|
-
<li>
|
|
825
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/cacheoptions.html" class="tsd-signature-type">CacheOptions</a></h5>
|
|
826
|
-
<div class="tsd-comment tsd-typography">
|
|
827
|
-
<p>(optional) cache options</p>
|
|
828
|
-
</div>
|
|
829
|
-
</li>
|
|
830
|
-
</ul>
|
|
831
|
-
<h4 class="tsd-returns-title">Returns <a href="dummycacheservice.html" class="tsd-signature-type">DummyCacheService</a></h4>
|
|
832
|
-
</li>
|
|
833
|
-
</ul>
|
|
834
|
-
</section>
|
|
835
|
-
</section>
|
|
836
|
-
</div>
|
|
837
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
838
|
-
<nav class="tsd-navigation primary">
|
|
839
|
-
<ul>
|
|
840
|
-
<li class="globals ">
|
|
841
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
842
|
-
</li>
|
|
843
|
-
</ul>
|
|
844
|
-
</nav>
|
|
845
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
846
|
-
<ul class="before-current">
|
|
847
|
-
</ul>
|
|
848
|
-
<ul class="current">
|
|
849
|
-
<li class="current tsd-kind-class">
|
|
850
|
-
<a href="dummycacheservice.html" class="tsd-kind-icon">Dummy<wbr>Cache<wbr>Service</a>
|
|
851
|
-
<ul>
|
|
852
|
-
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
853
|
-
<a href="dummycacheservice.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
854
|
-
</li>
|
|
855
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
856
|
-
<a href="dummycacheservice.html#ns" class="tsd-kind-icon">ns</a>
|
|
857
|
-
</li>
|
|
858
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
859
|
-
<a href="dummycacheservice.html#def_cache_default_timeout" class="tsd-kind-icon">DEF_<wbr>CACHE_<wbr>DEFAULT_<wbr>TIMEOUT</a>
|
|
860
|
-
</li>
|
|
861
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
862
|
-
<a href="dummycacheservice.html#env_cache_default_timeout" class="tsd-kind-icon">ENV_<wbr>CACHE_<wbr>DEFAULT_<wbr>TIMEOUT</a>
|
|
863
|
-
</li>
|
|
864
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
865
|
-
<a href="dummycacheservice.html#env_cache_endpoint" class="tsd-kind-icon">ENV_<wbr>CACHE_<wbr>ENDPOINT</a>
|
|
866
|
-
</li>
|
|
867
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static">
|
|
868
|
-
<a href="dummycacheservice.html#backend" class="tsd-kind-icon">backend</a>
|
|
869
|
-
</li>
|
|
870
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
871
|
-
<a href="dummycacheservice.html#asnamespacedkey" class="tsd-kind-icon">as<wbr>Namespaced<wbr>Key</a>
|
|
872
|
-
</li>
|
|
873
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
874
|
-
<a href="dummycacheservice.html#close" class="tsd-kind-icon">close</a>
|
|
875
|
-
</li>
|
|
876
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
877
|
-
<a href="dummycacheservice.html#delete" class="tsd-kind-icon">delete</a>
|
|
878
|
-
</li>
|
|
879
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
880
|
-
<a href="dummycacheservice.html#deletemulti" class="tsd-kind-icon">delete<wbr>Multi</a>
|
|
881
|
-
</li>
|
|
882
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
883
|
-
<a href="dummycacheservice.html#exists" class="tsd-kind-icon">exists</a>
|
|
884
|
-
</li>
|
|
885
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
886
|
-
<a href="dummycacheservice.html#get" class="tsd-kind-icon">get</a>
|
|
887
|
-
</li>
|
|
888
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
889
|
-
<a href="dummycacheservice.html#getanddelete" class="tsd-kind-icon">get<wbr>And<wbr>Delete</a>
|
|
890
|
-
</li>
|
|
891
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
892
|
-
<a href="dummycacheservice.html#getandset" class="tsd-kind-icon">get<wbr>And<wbr>Set</a>
|
|
893
|
-
</li>
|
|
894
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
895
|
-
<a href="dummycacheservice.html#getmulti" class="tsd-kind-icon">get<wbr>Multi</a>
|
|
896
|
-
</li>
|
|
897
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
898
|
-
<a href="dummycacheservice.html#gettimeout" class="tsd-kind-icon">get<wbr>Timeout</a>
|
|
899
|
-
</li>
|
|
900
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
901
|
-
<a href="dummycacheservice.html#hello" class="tsd-kind-icon">hello</a>
|
|
902
|
-
</li>
|
|
903
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
904
|
-
<a href="dummycacheservice.html#increment" class="tsd-kind-icon">increment</a>
|
|
905
|
-
</li>
|
|
906
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
907
|
-
<a href="dummycacheservice.html#keys" class="tsd-kind-icon">keys</a>
|
|
908
|
-
</li>
|
|
909
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
910
|
-
<a href="dummycacheservice.html#removetimeout" class="tsd-kind-icon">remove<wbr>Timeout</a>
|
|
911
|
-
</li>
|
|
912
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
913
|
-
<a href="dummycacheservice.html#set" class="tsd-kind-icon">set</a>
|
|
914
|
-
</li>
|
|
915
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
916
|
-
<a href="dummycacheservice.html#setmulti" class="tsd-kind-icon">set<wbr>Multi</a>
|
|
917
|
-
</li>
|
|
918
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
919
|
-
<a href="dummycacheservice.html#settimeout" class="tsd-kind-icon">set<wbr>Timeout</a>
|
|
920
|
-
</li>
|
|
921
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static">
|
|
922
|
-
<a href="dummycacheservice.html#create" class="tsd-kind-icon">create</a>
|
|
923
|
-
</li>
|
|
924
|
-
</ul>
|
|
925
|
-
</li>
|
|
926
|
-
</ul>
|
|
927
|
-
<ul class="after-current">
|
|
928
|
-
</ul>
|
|
929
|
-
</nav>
|
|
930
|
-
</div>
|
|
931
|
-
</div>
|
|
932
|
-
</div>
|
|
933
|
-
<footer class="with-border-bottom">
|
|
934
|
-
<div class="container">
|
|
935
|
-
<h2>Legend</h2>
|
|
936
|
-
<div class="tsd-legend-group">
|
|
937
|
-
<ul class="tsd-legend">
|
|
938
|
-
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
|
|
939
|
-
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
|
|
940
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
941
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
942
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
943
|
-
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
|
|
944
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
945
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
946
|
-
</ul>
|
|
947
|
-
<ul class="tsd-legend">
|
|
948
|
-
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
949
|
-
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
|
|
950
|
-
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
|
|
951
|
-
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
|
|
952
|
-
</ul>
|
|
953
|
-
<ul class="tsd-legend">
|
|
954
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
955
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
956
|
-
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
|
|
957
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
958
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
959
|
-
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
|
|
960
|
-
</ul>
|
|
961
|
-
<ul class="tsd-legend">
|
|
962
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
963
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
964
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
965
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
966
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
967
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
|
968
|
-
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
|
|
969
|
-
</ul>
|
|
970
|
-
<ul class="tsd-legend">
|
|
971
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
972
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
973
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
974
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
|
|
975
|
-
</ul>
|
|
976
|
-
<ul class="tsd-legend">
|
|
977
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
|
978
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
|
|
979
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
|
|
980
|
-
</ul>
|
|
981
|
-
<ul class="tsd-legend">
|
|
982
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
983
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
984
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
|
|
985
|
-
</ul>
|
|
986
|
-
<ul class="tsd-legend">
|
|
987
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
988
|
-
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
989
|
-
</ul>
|
|
990
|
-
</div>
|
|
991
|
-
</div>
|
|
992
|
-
</footer>
|
|
993
|
-
<div class="container tsd-generator">
|
|
994
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
995
|
-
</div>
|
|
996
|
-
<div class="overlay"></div>
|
|
997
|
-
<script src="../assets/js/main.js"></script>
|
|
998
|
-
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
|
|
999
|
-
</body>
|
|
1000
|
-
</html>
|