@tsonic/microsoft-extensions 0.1.1 → 10.0.1
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/Microsoft.Extensions.Caching.Distributed/bindings.json +317 -543
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
- package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
- package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
- package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
- package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
- package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
- package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
- package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
- package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
- package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.Http/bindings.json +93 -160
- package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
- package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Internal/bindings.json +32 -51
- package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Localization/bindings.json +294 -531
- package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
- package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
- package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
- package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
- package/Microsoft.Extensions.Options/bindings.json +1780 -3480
- package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
- package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
- package/Microsoft.Extensions.Validation/bindings.json +196 -336
- package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
- package/System.Diagnostics/bindings.json +560 -1240
- package/System.Diagnostics/internal/index.d.ts +94 -94
- package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
- package/System.Net.Http/bindings.json +56 -60
- package/System.Net.Http/internal/index.d.ts +4 -4
- package/System.Security.Cryptography/bindings.json +101 -208
- package/System.Security.Cryptography/internal/index.d.ts +14 -14
- package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
- package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
- package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +426 -426
- package/package.json +3 -3
- package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
- package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
- package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
- package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
- package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
- package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
- package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
- package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
- package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
- package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
- package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
- package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
- package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
- package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
- package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
- package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
- package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
- package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
- package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
- package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
- package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
- package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
- package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
- package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
- package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
- package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
- package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
- package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
- package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
- package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
- package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
- package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
- package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
- package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
- package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
- package/System.Diagnostics/internal/metadata.json +0 -1694
- package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
- package/System.Net.Http/internal/metadata.json +0 -141
- package/System.Security.Cryptography/internal/metadata.json +0 -302
- package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
- package/System.Security.Cryptography.Xml/internal/metadata.json +0 -5727
|
@@ -1,23 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.Caching.Distributed",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.Caching.Abstractions",
|
|
5
|
+
"Microsoft.Extensions.Caching.Memory"
|
|
6
|
+
],
|
|
3
7
|
"types": [
|
|
4
8
|
{
|
|
5
9
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache",
|
|
6
10
|
"clrName": "Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache",
|
|
7
|
-
"tsEmitName": "IBufferDistributedCache",
|
|
8
11
|
"assemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
9
12
|
"metadataToken": 0,
|
|
13
|
+
"kind": "Interface",
|
|
14
|
+
"accessibility": "Public",
|
|
15
|
+
"isAbstract": true,
|
|
16
|
+
"isSealed": false,
|
|
17
|
+
"isStatic": false,
|
|
18
|
+
"arity": 0,
|
|
10
19
|
"methods": [
|
|
11
20
|
{
|
|
12
21
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache::TryGet(System.String,System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
13
22
|
"clrName": "TryGet",
|
|
14
|
-
"tsEmitName": "tryGet",
|
|
15
23
|
"metadataToken": 100663347,
|
|
16
24
|
"canonicalSignature": "(System.String,System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
17
25
|
"normalizedSignature": "TryGet|(System.String,System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
18
26
|
"emitScope": "ClassSurface",
|
|
27
|
+
"provenance": "Original",
|
|
19
28
|
"arity": 0,
|
|
20
29
|
"parameterCount": 2,
|
|
30
|
+
"isStatic": false,
|
|
31
|
+
"isAbstract": true,
|
|
32
|
+
"isVirtual": true,
|
|
33
|
+
"isOverride": false,
|
|
34
|
+
"isSealed": false,
|
|
21
35
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache",
|
|
22
36
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
23
37
|
"isExtensionMethod": false
|
|
@@ -25,13 +39,18 @@
|
|
|
25
39
|
{
|
|
26
40
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache::TryGetAsync(System.String,System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
27
41
|
"clrName": "TryGetAsync",
|
|
28
|
-
"tsEmitName": "tryGetAsync",
|
|
29
42
|
"metadataToken": 100663348,
|
|
30
43
|
"canonicalSignature": "(System.String,System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
31
44
|
"normalizedSignature": "TryGetAsync|(System.String,System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
32
45
|
"emitScope": "ClassSurface",
|
|
46
|
+
"provenance": "Original",
|
|
33
47
|
"arity": 0,
|
|
34
48
|
"parameterCount": 3,
|
|
49
|
+
"isStatic": false,
|
|
50
|
+
"isAbstract": true,
|
|
51
|
+
"isVirtual": true,
|
|
52
|
+
"isOverride": false,
|
|
53
|
+
"isSealed": false,
|
|
35
54
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache",
|
|
36
55
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
37
56
|
"isExtensionMethod": false
|
|
@@ -39,13 +58,18 @@
|
|
|
39
58
|
{
|
|
40
59
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache::Set(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
41
60
|
"clrName": "Set",
|
|
42
|
-
"tsEmitName": "set_",
|
|
43
61
|
"metadataToken": 100663349,
|
|
44
62
|
"canonicalSignature": "(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
45
63
|
"normalizedSignature": "Set|(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
|
|
46
64
|
"emitScope": "ClassSurface",
|
|
65
|
+
"provenance": "Original",
|
|
47
66
|
"arity": 0,
|
|
48
67
|
"parameterCount": 3,
|
|
68
|
+
"isStatic": false,
|
|
69
|
+
"isAbstract": true,
|
|
70
|
+
"isVirtual": true,
|
|
71
|
+
"isOverride": false,
|
|
72
|
+
"isSealed": false,
|
|
49
73
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache",
|
|
50
74
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
51
75
|
"isExtensionMethod": false
|
|
@@ -53,13 +77,18 @@
|
|
|
53
77
|
{
|
|
54
78
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache::SetAsync(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
55
79
|
"clrName": "SetAsync",
|
|
56
|
-
"tsEmitName": "setAsync",
|
|
57
80
|
"metadataToken": 100663350,
|
|
58
81
|
"canonicalSignature": "(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
59
82
|
"normalizedSignature": "SetAsync|(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
60
83
|
"emitScope": "ClassSurface",
|
|
84
|
+
"provenance": "Original",
|
|
61
85
|
"arity": 0,
|
|
62
86
|
"parameterCount": 4,
|
|
87
|
+
"isStatic": false,
|
|
88
|
+
"isAbstract": true,
|
|
89
|
+
"isVirtual": true,
|
|
90
|
+
"isOverride": false,
|
|
91
|
+
"isSealed": false,
|
|
63
92
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache",
|
|
64
93
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
65
94
|
"isExtensionMethod": false
|
|
@@ -67,13 +96,18 @@
|
|
|
67
96
|
{
|
|
68
97
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Get(System.String):System.Byte[]",
|
|
69
98
|
"clrName": "Get",
|
|
70
|
-
"tsEmitName": "get_",
|
|
71
99
|
"metadataToken": 100663351,
|
|
72
100
|
"canonicalSignature": "(System.String):System.Byte[]",
|
|
73
101
|
"normalizedSignature": "Get|(System.String):System.Byte[]|static=false",
|
|
74
102
|
"emitScope": "ClassSurface",
|
|
103
|
+
"provenance": "Original",
|
|
75
104
|
"arity": 0,
|
|
76
105
|
"parameterCount": 1,
|
|
106
|
+
"isStatic": false,
|
|
107
|
+
"isAbstract": true,
|
|
108
|
+
"isVirtual": true,
|
|
109
|
+
"isOverride": false,
|
|
110
|
+
"isSealed": false,
|
|
77
111
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
78
112
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
79
113
|
"isExtensionMethod": false
|
|
@@ -81,13 +115,18 @@
|
|
|
81
115
|
{
|
|
82
116
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::GetAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
83
117
|
"clrName": "GetAsync",
|
|
84
|
-
"tsEmitName": "getAsync",
|
|
85
118
|
"metadataToken": 100663352,
|
|
86
119
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
87
120
|
"normalizedSignature": "GetAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
88
121
|
"emitScope": "ClassSurface",
|
|
122
|
+
"provenance": "Original",
|
|
89
123
|
"arity": 0,
|
|
90
124
|
"parameterCount": 2,
|
|
125
|
+
"isStatic": false,
|
|
126
|
+
"isAbstract": true,
|
|
127
|
+
"isVirtual": true,
|
|
128
|
+
"isOverride": false,
|
|
129
|
+
"isSealed": false,
|
|
91
130
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
92
131
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
93
132
|
"isExtensionMethod": false
|
|
@@ -95,13 +134,18 @@
|
|
|
95
134
|
{
|
|
96
135
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
97
136
|
"clrName": "Set",
|
|
98
|
-
"tsEmitName": "set_",
|
|
99
137
|
"metadataToken": 100663353,
|
|
100
138
|
"canonicalSignature": "(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
101
139
|
"normalizedSignature": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
|
|
102
140
|
"emitScope": "ClassSurface",
|
|
141
|
+
"provenance": "Original",
|
|
103
142
|
"arity": 0,
|
|
104
143
|
"parameterCount": 3,
|
|
144
|
+
"isStatic": false,
|
|
145
|
+
"isAbstract": true,
|
|
146
|
+
"isVirtual": true,
|
|
147
|
+
"isOverride": false,
|
|
148
|
+
"isSealed": false,
|
|
105
149
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
106
150
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
107
151
|
"isExtensionMethod": false
|
|
@@ -109,13 +153,18 @@
|
|
|
109
153
|
{
|
|
110
154
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
111
155
|
"clrName": "SetAsync",
|
|
112
|
-
"tsEmitName": "setAsync",
|
|
113
156
|
"metadataToken": 100663354,
|
|
114
157
|
"canonicalSignature": "(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
115
158
|
"normalizedSignature": "SetAsync|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
116
159
|
"emitScope": "ClassSurface",
|
|
160
|
+
"provenance": "Original",
|
|
117
161
|
"arity": 0,
|
|
118
162
|
"parameterCount": 4,
|
|
163
|
+
"isStatic": false,
|
|
164
|
+
"isAbstract": true,
|
|
165
|
+
"isVirtual": true,
|
|
166
|
+
"isOverride": false,
|
|
167
|
+
"isSealed": false,
|
|
119
168
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
120
169
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
121
170
|
"isExtensionMethod": false
|
|
@@ -123,13 +172,18 @@
|
|
|
123
172
|
{
|
|
124
173
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Refresh(System.String):System.Void",
|
|
125
174
|
"clrName": "Refresh",
|
|
126
|
-
"tsEmitName": "refresh",
|
|
127
175
|
"metadataToken": 100663355,
|
|
128
176
|
"canonicalSignature": "(System.String):System.Void",
|
|
129
177
|
"normalizedSignature": "Refresh|(System.String):System.Void|static=false",
|
|
130
178
|
"emitScope": "ClassSurface",
|
|
179
|
+
"provenance": "Original",
|
|
131
180
|
"arity": 0,
|
|
132
181
|
"parameterCount": 1,
|
|
182
|
+
"isStatic": false,
|
|
183
|
+
"isAbstract": true,
|
|
184
|
+
"isVirtual": true,
|
|
185
|
+
"isOverride": false,
|
|
186
|
+
"isSealed": false,
|
|
133
187
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
134
188
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
135
189
|
"isExtensionMethod": false
|
|
@@ -137,13 +191,18 @@
|
|
|
137
191
|
{
|
|
138
192
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::RefreshAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
139
193
|
"clrName": "RefreshAsync",
|
|
140
|
-
"tsEmitName": "refreshAsync",
|
|
141
194
|
"metadataToken": 100663356,
|
|
142
195
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
143
196
|
"normalizedSignature": "RefreshAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
144
197
|
"emitScope": "ClassSurface",
|
|
198
|
+
"provenance": "Original",
|
|
145
199
|
"arity": 0,
|
|
146
200
|
"parameterCount": 2,
|
|
201
|
+
"isStatic": false,
|
|
202
|
+
"isAbstract": true,
|
|
203
|
+
"isVirtual": true,
|
|
204
|
+
"isOverride": false,
|
|
205
|
+
"isSealed": false,
|
|
147
206
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
148
207
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
149
208
|
"isExtensionMethod": false
|
|
@@ -152,127 +211,35 @@
|
|
|
152
211
|
"properties": [],
|
|
153
212
|
"fields": [],
|
|
154
213
|
"events": [],
|
|
155
|
-
"constructors": []
|
|
156
|
-
"exposedMethods": [
|
|
157
|
-
{
|
|
158
|
-
"tsName": "tryGet",
|
|
159
|
-
"isStatic": false,
|
|
160
|
-
"tsSignatureId": "TryGet|(System.String,System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
161
|
-
"target": {
|
|
162
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache",
|
|
163
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
164
|
-
"metadataToken": 100663347
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"tsName": "tryGetAsync",
|
|
169
|
-
"isStatic": false,
|
|
170
|
-
"tsSignatureId": "TryGetAsync|(System.String,System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
171
|
-
"target": {
|
|
172
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache",
|
|
173
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
174
|
-
"metadataToken": 100663348
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"tsName": "set_",
|
|
179
|
-
"isStatic": false,
|
|
180
|
-
"tsSignatureId": "Set|(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
|
|
181
|
-
"target": {
|
|
182
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache",
|
|
183
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
184
|
-
"metadataToken": 100663349
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"tsName": "setAsync",
|
|
189
|
-
"isStatic": false,
|
|
190
|
-
"tsSignatureId": "SetAsync|(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
191
|
-
"target": {
|
|
192
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache",
|
|
193
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
194
|
-
"metadataToken": 100663350
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"tsName": "get_",
|
|
199
|
-
"isStatic": false,
|
|
200
|
-
"tsSignatureId": "Get|(System.String):System.Byte[]|static=false",
|
|
201
|
-
"target": {
|
|
202
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
203
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
204
|
-
"metadataToken": 100663351
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"tsName": "getAsync",
|
|
209
|
-
"isStatic": false,
|
|
210
|
-
"tsSignatureId": "GetAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
211
|
-
"target": {
|
|
212
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
213
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
214
|
-
"metadataToken": 100663352
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"tsName": "set_",
|
|
219
|
-
"isStatic": false,
|
|
220
|
-
"tsSignatureId": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
|
|
221
|
-
"target": {
|
|
222
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
223
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
224
|
-
"metadataToken": 100663353
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"tsName": "setAsync",
|
|
229
|
-
"isStatic": false,
|
|
230
|
-
"tsSignatureId": "SetAsync|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
231
|
-
"target": {
|
|
232
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
233
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
234
|
-
"metadataToken": 100663354
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"tsName": "refresh",
|
|
239
|
-
"isStatic": false,
|
|
240
|
-
"tsSignatureId": "Refresh|(System.String):System.Void|static=false",
|
|
241
|
-
"target": {
|
|
242
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
243
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
244
|
-
"metadataToken": 100663355
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"tsName": "refreshAsync",
|
|
249
|
-
"isStatic": false,
|
|
250
|
-
"tsSignatureId": "RefreshAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
251
|
-
"target": {
|
|
252
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
253
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
254
|
-
"metadataToken": 100663356
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
]
|
|
214
|
+
"constructors": []
|
|
258
215
|
},
|
|
259
216
|
{
|
|
260
217
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
261
218
|
"clrName": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
262
|
-
"tsEmitName": "IDistributedCache",
|
|
263
219
|
"assemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
264
220
|
"metadataToken": 0,
|
|
221
|
+
"kind": "Interface",
|
|
222
|
+
"accessibility": "Public",
|
|
223
|
+
"isAbstract": true,
|
|
224
|
+
"isSealed": false,
|
|
225
|
+
"isStatic": false,
|
|
226
|
+
"arity": 0,
|
|
265
227
|
"methods": [
|
|
266
228
|
{
|
|
267
229
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Get(System.String):System.Byte[]",
|
|
268
230
|
"clrName": "Get",
|
|
269
|
-
"tsEmitName": "get_",
|
|
270
231
|
"metadataToken": 100663351,
|
|
271
232
|
"canonicalSignature": "(System.String):System.Byte[]",
|
|
272
233
|
"normalizedSignature": "Get|(System.String):System.Byte[]|static=false",
|
|
273
234
|
"emitScope": "ClassSurface",
|
|
235
|
+
"provenance": "Original",
|
|
274
236
|
"arity": 0,
|
|
275
237
|
"parameterCount": 1,
|
|
238
|
+
"isStatic": false,
|
|
239
|
+
"isAbstract": true,
|
|
240
|
+
"isVirtual": true,
|
|
241
|
+
"isOverride": false,
|
|
242
|
+
"isSealed": false,
|
|
276
243
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
277
244
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
278
245
|
"isExtensionMethod": false
|
|
@@ -280,13 +247,18 @@
|
|
|
280
247
|
{
|
|
281
248
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::GetAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
282
249
|
"clrName": "GetAsync",
|
|
283
|
-
"tsEmitName": "getAsync",
|
|
284
250
|
"metadataToken": 100663352,
|
|
285
251
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
286
252
|
"normalizedSignature": "GetAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
287
253
|
"emitScope": "ClassSurface",
|
|
254
|
+
"provenance": "Original",
|
|
288
255
|
"arity": 0,
|
|
289
256
|
"parameterCount": 2,
|
|
257
|
+
"isStatic": false,
|
|
258
|
+
"isAbstract": true,
|
|
259
|
+
"isVirtual": true,
|
|
260
|
+
"isOverride": false,
|
|
261
|
+
"isSealed": false,
|
|
290
262
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
291
263
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
292
264
|
"isExtensionMethod": false
|
|
@@ -294,13 +266,18 @@
|
|
|
294
266
|
{
|
|
295
267
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
296
268
|
"clrName": "Set",
|
|
297
|
-
"tsEmitName": "set_",
|
|
298
269
|
"metadataToken": 100663353,
|
|
299
270
|
"canonicalSignature": "(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
300
271
|
"normalizedSignature": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
|
|
301
272
|
"emitScope": "ClassSurface",
|
|
273
|
+
"provenance": "Original",
|
|
302
274
|
"arity": 0,
|
|
303
275
|
"parameterCount": 3,
|
|
276
|
+
"isStatic": false,
|
|
277
|
+
"isAbstract": true,
|
|
278
|
+
"isVirtual": true,
|
|
279
|
+
"isOverride": false,
|
|
280
|
+
"isSealed": false,
|
|
304
281
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
305
282
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
306
283
|
"isExtensionMethod": false
|
|
@@ -308,13 +285,18 @@
|
|
|
308
285
|
{
|
|
309
286
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
310
287
|
"clrName": "SetAsync",
|
|
311
|
-
"tsEmitName": "setAsync",
|
|
312
288
|
"metadataToken": 100663354,
|
|
313
289
|
"canonicalSignature": "(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
314
290
|
"normalizedSignature": "SetAsync|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
315
291
|
"emitScope": "ClassSurface",
|
|
292
|
+
"provenance": "Original",
|
|
316
293
|
"arity": 0,
|
|
317
294
|
"parameterCount": 4,
|
|
295
|
+
"isStatic": false,
|
|
296
|
+
"isAbstract": true,
|
|
297
|
+
"isVirtual": true,
|
|
298
|
+
"isOverride": false,
|
|
299
|
+
"isSealed": false,
|
|
318
300
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
319
301
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
320
302
|
"isExtensionMethod": false
|
|
@@ -322,13 +304,18 @@
|
|
|
322
304
|
{
|
|
323
305
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Refresh(System.String):System.Void",
|
|
324
306
|
"clrName": "Refresh",
|
|
325
|
-
"tsEmitName": "refresh",
|
|
326
307
|
"metadataToken": 100663355,
|
|
327
308
|
"canonicalSignature": "(System.String):System.Void",
|
|
328
309
|
"normalizedSignature": "Refresh|(System.String):System.Void|static=false",
|
|
329
310
|
"emitScope": "ClassSurface",
|
|
311
|
+
"provenance": "Original",
|
|
330
312
|
"arity": 0,
|
|
331
313
|
"parameterCount": 1,
|
|
314
|
+
"isStatic": false,
|
|
315
|
+
"isAbstract": true,
|
|
316
|
+
"isVirtual": true,
|
|
317
|
+
"isOverride": false,
|
|
318
|
+
"isSealed": false,
|
|
332
319
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
333
320
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
334
321
|
"isExtensionMethod": false
|
|
@@ -336,13 +323,18 @@
|
|
|
336
323
|
{
|
|
337
324
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::RefreshAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
338
325
|
"clrName": "RefreshAsync",
|
|
339
|
-
"tsEmitName": "refreshAsync",
|
|
340
326
|
"metadataToken": 100663356,
|
|
341
327
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
342
328
|
"normalizedSignature": "RefreshAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
343
329
|
"emitScope": "ClassSurface",
|
|
330
|
+
"provenance": "Original",
|
|
344
331
|
"arity": 0,
|
|
345
332
|
"parameterCount": 2,
|
|
333
|
+
"isStatic": false,
|
|
334
|
+
"isAbstract": true,
|
|
335
|
+
"isVirtual": true,
|
|
336
|
+
"isOverride": false,
|
|
337
|
+
"isSealed": false,
|
|
346
338
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
347
339
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
348
340
|
"isExtensionMethod": false
|
|
@@ -351,117 +343,72 @@
|
|
|
351
343
|
"properties": [],
|
|
352
344
|
"fields": [],
|
|
353
345
|
"events": [],
|
|
354
|
-
"constructors": []
|
|
355
|
-
"exposedMethods": [
|
|
356
|
-
{
|
|
357
|
-
"tsName": "get_",
|
|
358
|
-
"isStatic": false,
|
|
359
|
-
"tsSignatureId": "Get|(System.String):System.Byte[]|static=false",
|
|
360
|
-
"target": {
|
|
361
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
362
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
363
|
-
"metadataToken": 100663351
|
|
364
|
-
}
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"tsName": "getAsync",
|
|
368
|
-
"isStatic": false,
|
|
369
|
-
"tsSignatureId": "GetAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
370
|
-
"target": {
|
|
371
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
372
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
373
|
-
"metadataToken": 100663352
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"tsName": "set_",
|
|
378
|
-
"isStatic": false,
|
|
379
|
-
"tsSignatureId": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
|
|
380
|
-
"target": {
|
|
381
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
382
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
383
|
-
"metadataToken": 100663353
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"tsName": "setAsync",
|
|
388
|
-
"isStatic": false,
|
|
389
|
-
"tsSignatureId": "SetAsync|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
390
|
-
"target": {
|
|
391
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
392
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
393
|
-
"metadataToken": 100663354
|
|
394
|
-
}
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"tsName": "refresh",
|
|
398
|
-
"isStatic": false,
|
|
399
|
-
"tsSignatureId": "Refresh|(System.String):System.Void|static=false",
|
|
400
|
-
"target": {
|
|
401
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
402
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
403
|
-
"metadataToken": 100663355
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"tsName": "refreshAsync",
|
|
408
|
-
"isStatic": false,
|
|
409
|
-
"tsSignatureId": "RefreshAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
410
|
-
"target": {
|
|
411
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
412
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
413
|
-
"metadataToken": 100663356
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
]
|
|
346
|
+
"constructors": []
|
|
417
347
|
},
|
|
418
348
|
{
|
|
419
349
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
420
350
|
"clrName": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
421
|
-
"tsEmitName": "DistributedCacheEntryOptions",
|
|
422
351
|
"assemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
423
352
|
"metadataToken": 0,
|
|
353
|
+
"kind": "Class",
|
|
354
|
+
"accessibility": "Public",
|
|
355
|
+
"isAbstract": false,
|
|
356
|
+
"isSealed": false,
|
|
357
|
+
"isStatic": false,
|
|
358
|
+
"arity": 0,
|
|
424
359
|
"methods": [],
|
|
425
360
|
"properties": [
|
|
426
361
|
{
|
|
427
362
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions::AbsoluteExpiration:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
428
363
|
"clrName": "AbsoluteExpiration",
|
|
429
|
-
"tsEmitName": "absoluteExpiration",
|
|
430
364
|
"metadataToken": 385875974,
|
|
431
365
|
"canonicalSignature": ":System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
432
366
|
"normalizedSignature": "AbsoluteExpiration|:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
433
367
|
"emitScope": "ClassSurface",
|
|
368
|
+
"provenance": "Original",
|
|
434
369
|
"isIndexer": false,
|
|
435
370
|
"hasGetter": true,
|
|
436
371
|
"hasSetter": true,
|
|
372
|
+
"isStatic": false,
|
|
373
|
+
"isAbstract": false,
|
|
374
|
+
"isVirtual": false,
|
|
375
|
+
"isOverride": false,
|
|
437
376
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
438
377
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions"
|
|
439
378
|
},
|
|
440
379
|
{
|
|
441
380
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions::AbsoluteExpirationRelativeToNow:System.Nullable_1[[System.TimeSpan,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
442
381
|
"clrName": "AbsoluteExpirationRelativeToNow",
|
|
443
|
-
"tsEmitName": "absoluteExpirationRelativeToNow",
|
|
444
382
|
"metadataToken": 385875975,
|
|
445
383
|
"canonicalSignature": ":System.Nullable_1[[System.TimeSpan,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
446
384
|
"normalizedSignature": "AbsoluteExpirationRelativeToNow|:System.Nullable_1[[System.TimeSpan,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
447
385
|
"emitScope": "ClassSurface",
|
|
386
|
+
"provenance": "Original",
|
|
448
387
|
"isIndexer": false,
|
|
449
388
|
"hasGetter": true,
|
|
450
389
|
"hasSetter": true,
|
|
390
|
+
"isStatic": false,
|
|
391
|
+
"isAbstract": false,
|
|
392
|
+
"isVirtual": false,
|
|
393
|
+
"isOverride": false,
|
|
451
394
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
452
395
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions"
|
|
453
396
|
},
|
|
454
397
|
{
|
|
455
398
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions::SlidingExpiration:System.Nullable_1[[System.TimeSpan,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
456
399
|
"clrName": "SlidingExpiration",
|
|
457
|
-
"tsEmitName": "slidingExpiration",
|
|
458
400
|
"metadataToken": 385875976,
|
|
459
401
|
"canonicalSignature": ":System.Nullable_1[[System.TimeSpan,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
460
402
|
"normalizedSignature": "SlidingExpiration|:System.Nullable_1[[System.TimeSpan,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
461
403
|
"emitScope": "ClassSurface",
|
|
404
|
+
"provenance": "Original",
|
|
462
405
|
"isIndexer": false,
|
|
463
406
|
"hasGetter": true,
|
|
464
407
|
"hasSetter": true,
|
|
408
|
+
"isStatic": false,
|
|
409
|
+
"isAbstract": false,
|
|
410
|
+
"isVirtual": false,
|
|
411
|
+
"isOverride": false,
|
|
465
412
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
466
413
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions"
|
|
467
414
|
}
|
|
@@ -479,68 +426,35 @@
|
|
|
479
426
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
480
427
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions"
|
|
481
428
|
}
|
|
482
|
-
],
|
|
483
|
-
"exposedProperties": [
|
|
484
|
-
{
|
|
485
|
-
"tsName": "absoluteExpiration",
|
|
486
|
-
"isStatic": false,
|
|
487
|
-
"tsSignatureId": "AbsoluteExpiration|:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
488
|
-
"target": {
|
|
489
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
490
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
491
|
-
"metadataToken": 385875974
|
|
492
|
-
}
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"tsName": "absoluteExpirationRelativeToNow",
|
|
496
|
-
"isStatic": false,
|
|
497
|
-
"tsSignatureId": "AbsoluteExpirationRelativeToNow|:System.Nullable_1[[System.TimeSpan,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
498
|
-
"target": {
|
|
499
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
500
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
501
|
-
"metadataToken": 385875975
|
|
502
|
-
}
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"tsName": "slidingExpiration",
|
|
506
|
-
"isStatic": false,
|
|
507
|
-
"tsSignatureId": "SlidingExpiration|:System.Nullable_1[[System.TimeSpan,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
508
|
-
"target": {
|
|
509
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
510
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
511
|
-
"metadataToken": 385875976
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
],
|
|
515
|
-
"exposedConstructors": [
|
|
516
|
-
{
|
|
517
|
-
"isStatic": false,
|
|
518
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
519
|
-
"target": {
|
|
520
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
521
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
522
|
-
"metadataToken": 100663336
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
429
|
]
|
|
526
430
|
},
|
|
527
431
|
{
|
|
528
432
|
"stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
529
433
|
"clrName": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
530
|
-
"tsEmitName": "MemoryDistributedCache",
|
|
531
434
|
"assemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
532
435
|
"metadataToken": 0,
|
|
436
|
+
"kind": "Class",
|
|
437
|
+
"accessibility": "Public",
|
|
438
|
+
"isAbstract": false,
|
|
439
|
+
"isSealed": false,
|
|
440
|
+
"isStatic": false,
|
|
441
|
+
"arity": 0,
|
|
533
442
|
"methods": [
|
|
534
443
|
{
|
|
535
444
|
"stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::Get(System.String):System.Byte[]",
|
|
536
445
|
"clrName": "Get",
|
|
537
|
-
"tsEmitName": "get_",
|
|
538
446
|
"metadataToken": 100663318,
|
|
539
447
|
"canonicalSignature": "(System.String):System.Byte[]",
|
|
540
448
|
"normalizedSignature": "Get|(System.String):System.Byte[]|static=false",
|
|
541
449
|
"emitScope": "ClassSurface",
|
|
450
|
+
"provenance": "Original",
|
|
542
451
|
"arity": 0,
|
|
543
452
|
"parameterCount": 1,
|
|
453
|
+
"isStatic": false,
|
|
454
|
+
"isAbstract": false,
|
|
455
|
+
"isVirtual": true,
|
|
456
|
+
"isOverride": false,
|
|
457
|
+
"isSealed": true,
|
|
544
458
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
545
459
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
546
460
|
"isExtensionMethod": false
|
|
@@ -548,13 +462,18 @@
|
|
|
548
462
|
{
|
|
549
463
|
"stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::GetAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
550
464
|
"clrName": "GetAsync",
|
|
551
|
-
"tsEmitName": "getAsync",
|
|
552
465
|
"metadataToken": 100663319,
|
|
553
466
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
554
467
|
"normalizedSignature": "GetAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
555
468
|
"emitScope": "ClassSurface",
|
|
469
|
+
"provenance": "Original",
|
|
556
470
|
"arity": 0,
|
|
557
471
|
"parameterCount": 2,
|
|
472
|
+
"isStatic": false,
|
|
473
|
+
"isAbstract": false,
|
|
474
|
+
"isVirtual": true,
|
|
475
|
+
"isOverride": false,
|
|
476
|
+
"isSealed": true,
|
|
558
477
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
559
478
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
560
479
|
"isExtensionMethod": false
|
|
@@ -562,13 +481,18 @@
|
|
|
562
481
|
{
|
|
563
482
|
"stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
564
483
|
"clrName": "Set",
|
|
565
|
-
"tsEmitName": "set_",
|
|
566
484
|
"metadataToken": 100663320,
|
|
567
485
|
"canonicalSignature": "(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
568
486
|
"normalizedSignature": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
|
|
569
487
|
"emitScope": "ClassSurface",
|
|
488
|
+
"provenance": "Original",
|
|
570
489
|
"arity": 0,
|
|
571
490
|
"parameterCount": 3,
|
|
491
|
+
"isStatic": false,
|
|
492
|
+
"isAbstract": false,
|
|
493
|
+
"isVirtual": true,
|
|
494
|
+
"isOverride": false,
|
|
495
|
+
"isSealed": true,
|
|
572
496
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
573
497
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
574
498
|
"isExtensionMethod": false
|
|
@@ -576,13 +500,18 @@
|
|
|
576
500
|
{
|
|
577
501
|
"stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
578
502
|
"clrName": "SetAsync",
|
|
579
|
-
"tsEmitName": "setAsync",
|
|
580
503
|
"metadataToken": 100663321,
|
|
581
504
|
"canonicalSignature": "(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
582
505
|
"normalizedSignature": "SetAsync|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
583
506
|
"emitScope": "ClassSurface",
|
|
507
|
+
"provenance": "Original",
|
|
584
508
|
"arity": 0,
|
|
585
509
|
"parameterCount": 4,
|
|
510
|
+
"isStatic": false,
|
|
511
|
+
"isAbstract": false,
|
|
512
|
+
"isVirtual": true,
|
|
513
|
+
"isOverride": false,
|
|
514
|
+
"isSealed": true,
|
|
586
515
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
587
516
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
588
517
|
"isExtensionMethod": false
|
|
@@ -590,13 +519,18 @@
|
|
|
590
519
|
{
|
|
591
520
|
"stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::Refresh(System.String):System.Void",
|
|
592
521
|
"clrName": "Refresh",
|
|
593
|
-
"tsEmitName": "refresh",
|
|
594
522
|
"metadataToken": 100663322,
|
|
595
523
|
"canonicalSignature": "(System.String):System.Void",
|
|
596
524
|
"normalizedSignature": "Refresh|(System.String):System.Void|static=false",
|
|
597
525
|
"emitScope": "ClassSurface",
|
|
526
|
+
"provenance": "Original",
|
|
598
527
|
"arity": 0,
|
|
599
528
|
"parameterCount": 1,
|
|
529
|
+
"isStatic": false,
|
|
530
|
+
"isAbstract": false,
|
|
531
|
+
"isVirtual": true,
|
|
532
|
+
"isOverride": false,
|
|
533
|
+
"isSealed": true,
|
|
600
534
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
601
535
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
602
536
|
"isExtensionMethod": false
|
|
@@ -604,13 +538,18 @@
|
|
|
604
538
|
{
|
|
605
539
|
"stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::RefreshAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
606
540
|
"clrName": "RefreshAsync",
|
|
607
|
-
"tsEmitName": "refreshAsync",
|
|
608
541
|
"metadataToken": 100663323,
|
|
609
542
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
610
543
|
"normalizedSignature": "RefreshAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
611
544
|
"emitScope": "ClassSurface",
|
|
545
|
+
"provenance": "Original",
|
|
612
546
|
"arity": 0,
|
|
613
547
|
"parameterCount": 2,
|
|
548
|
+
"isStatic": false,
|
|
549
|
+
"isAbstract": false,
|
|
550
|
+
"isVirtual": true,
|
|
551
|
+
"isOverride": false,
|
|
552
|
+
"isSealed": true,
|
|
614
553
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
615
554
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
616
555
|
"isExtensionMethod": false
|
|
@@ -618,13 +557,18 @@
|
|
|
618
557
|
{
|
|
619
558
|
"stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::Remove(System.String):System.Void",
|
|
620
559
|
"clrName": "Remove",
|
|
621
|
-
"tsEmitName": "remove",
|
|
622
560
|
"metadataToken": 100663324,
|
|
623
561
|
"canonicalSignature": "(System.String):System.Void",
|
|
624
562
|
"normalizedSignature": "Remove|(System.String):System.Void|static=false",
|
|
625
563
|
"emitScope": "ClassSurface",
|
|
564
|
+
"provenance": "Original",
|
|
626
565
|
"arity": 0,
|
|
627
566
|
"parameterCount": 1,
|
|
567
|
+
"isStatic": false,
|
|
568
|
+
"isAbstract": false,
|
|
569
|
+
"isVirtual": true,
|
|
570
|
+
"isOverride": false,
|
|
571
|
+
"isSealed": true,
|
|
628
572
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
629
573
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
630
574
|
"isExtensionMethod": false
|
|
@@ -632,13 +576,18 @@
|
|
|
632
576
|
{
|
|
633
577
|
"stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::RemoveAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
634
578
|
"clrName": "RemoveAsync",
|
|
635
|
-
"tsEmitName": "removeAsync",
|
|
636
579
|
"metadataToken": 100663325,
|
|
637
580
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
638
581
|
"normalizedSignature": "RemoveAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
639
582
|
"emitScope": "ClassSurface",
|
|
583
|
+
"provenance": "Original",
|
|
640
584
|
"arity": 0,
|
|
641
585
|
"parameterCount": 2,
|
|
586
|
+
"isStatic": false,
|
|
587
|
+
"isAbstract": false,
|
|
588
|
+
"isVirtual": true,
|
|
589
|
+
"isOverride": false,
|
|
590
|
+
"isSealed": true,
|
|
642
591
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
643
592
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
644
593
|
"isExtensionMethod": false
|
|
@@ -646,86 +595,122 @@
|
|
|
646
595
|
{
|
|
647
596
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Get(System.String):System.Byte[]",
|
|
648
597
|
"clrName": "Get",
|
|
649
|
-
"tsEmitName": "get$view",
|
|
650
598
|
"metadataToken": 100663351,
|
|
651
599
|
"canonicalSignature": "(System.String):System.Byte[]",
|
|
652
600
|
"normalizedSignature": "Get|(System.String):System.Byte[]|static=false",
|
|
653
601
|
"emitScope": "ViewOnly",
|
|
602
|
+
"provenance": "ExplicitView",
|
|
654
603
|
"arity": 0,
|
|
655
604
|
"parameterCount": 1,
|
|
605
|
+
"isStatic": false,
|
|
606
|
+
"isAbstract": false,
|
|
607
|
+
"isVirtual": true,
|
|
608
|
+
"isOverride": false,
|
|
609
|
+
"isSealed": false,
|
|
656
610
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
657
611
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
658
|
-
"isExtensionMethod": false
|
|
612
|
+
"isExtensionMethod": false,
|
|
613
|
+
"sourceInterface": "Microsoft.Extensions.Caching.Distributed.IDistributedCache"
|
|
659
614
|
},
|
|
660
615
|
{
|
|
661
616
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::GetAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
662
617
|
"clrName": "GetAsync",
|
|
663
|
-
"tsEmitName": "getAsync$view",
|
|
664
618
|
"metadataToken": 100663352,
|
|
665
619
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
666
620
|
"normalizedSignature": "GetAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
667
621
|
"emitScope": "ViewOnly",
|
|
622
|
+
"provenance": "ExplicitView",
|
|
668
623
|
"arity": 0,
|
|
669
624
|
"parameterCount": 2,
|
|
625
|
+
"isStatic": false,
|
|
626
|
+
"isAbstract": false,
|
|
627
|
+
"isVirtual": true,
|
|
628
|
+
"isOverride": false,
|
|
629
|
+
"isSealed": false,
|
|
670
630
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
671
631
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
672
|
-
"isExtensionMethod": false
|
|
632
|
+
"isExtensionMethod": false,
|
|
633
|
+
"sourceInterface": "Microsoft.Extensions.Caching.Distributed.IDistributedCache"
|
|
673
634
|
},
|
|
674
635
|
{
|
|
675
636
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
676
637
|
"clrName": "Set",
|
|
677
|
-
"tsEmitName": "set$view",
|
|
678
638
|
"metadataToken": 100663353,
|
|
679
639
|
"canonicalSignature": "(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
680
640
|
"normalizedSignature": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
|
|
681
641
|
"emitScope": "ViewOnly",
|
|
642
|
+
"provenance": "ExplicitView",
|
|
682
643
|
"arity": 0,
|
|
683
644
|
"parameterCount": 3,
|
|
645
|
+
"isStatic": false,
|
|
646
|
+
"isAbstract": false,
|
|
647
|
+
"isVirtual": true,
|
|
648
|
+
"isOverride": false,
|
|
649
|
+
"isSealed": false,
|
|
684
650
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
685
651
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
686
|
-
"isExtensionMethod": false
|
|
652
|
+
"isExtensionMethod": false,
|
|
653
|
+
"sourceInterface": "Microsoft.Extensions.Caching.Distributed.IDistributedCache"
|
|
687
654
|
},
|
|
688
655
|
{
|
|
689
656
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
690
657
|
"clrName": "SetAsync",
|
|
691
|
-
"tsEmitName": "setAsync$view",
|
|
692
658
|
"metadataToken": 100663354,
|
|
693
659
|
"canonicalSignature": "(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
694
660
|
"normalizedSignature": "SetAsync|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
695
661
|
"emitScope": "ViewOnly",
|
|
662
|
+
"provenance": "ExplicitView",
|
|
696
663
|
"arity": 0,
|
|
697
664
|
"parameterCount": 4,
|
|
665
|
+
"isStatic": false,
|
|
666
|
+
"isAbstract": false,
|
|
667
|
+
"isVirtual": true,
|
|
668
|
+
"isOverride": false,
|
|
669
|
+
"isSealed": false,
|
|
698
670
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
699
671
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
700
|
-
"isExtensionMethod": false
|
|
672
|
+
"isExtensionMethod": false,
|
|
673
|
+
"sourceInterface": "Microsoft.Extensions.Caching.Distributed.IDistributedCache"
|
|
701
674
|
},
|
|
702
675
|
{
|
|
703
676
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Refresh(System.String):System.Void",
|
|
704
677
|
"clrName": "Refresh",
|
|
705
|
-
"tsEmitName": "refresh$view",
|
|
706
678
|
"metadataToken": 100663355,
|
|
707
679
|
"canonicalSignature": "(System.String):System.Void",
|
|
708
680
|
"normalizedSignature": "Refresh|(System.String):System.Void|static=false",
|
|
709
681
|
"emitScope": "ViewOnly",
|
|
682
|
+
"provenance": "ExplicitView",
|
|
710
683
|
"arity": 0,
|
|
711
684
|
"parameterCount": 1,
|
|
685
|
+
"isStatic": false,
|
|
686
|
+
"isAbstract": false,
|
|
687
|
+
"isVirtual": true,
|
|
688
|
+
"isOverride": false,
|
|
689
|
+
"isSealed": false,
|
|
712
690
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
713
691
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
714
|
-
"isExtensionMethod": false
|
|
692
|
+
"isExtensionMethod": false,
|
|
693
|
+
"sourceInterface": "Microsoft.Extensions.Caching.Distributed.IDistributedCache"
|
|
715
694
|
},
|
|
716
695
|
{
|
|
717
696
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::RefreshAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
718
697
|
"clrName": "RefreshAsync",
|
|
719
|
-
"tsEmitName": "refreshAsync$view",
|
|
720
698
|
"metadataToken": 100663356,
|
|
721
699
|
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
722
700
|
"normalizedSignature": "RefreshAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
723
701
|
"emitScope": "ViewOnly",
|
|
702
|
+
"provenance": "ExplicitView",
|
|
724
703
|
"arity": 0,
|
|
725
704
|
"parameterCount": 2,
|
|
705
|
+
"isStatic": false,
|
|
706
|
+
"isAbstract": false,
|
|
707
|
+
"isVirtual": true,
|
|
708
|
+
"isOverride": false,
|
|
709
|
+
"isSealed": false,
|
|
726
710
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
727
711
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
728
|
-
"isExtensionMethod": false
|
|
712
|
+
"isExtensionMethod": false,
|
|
713
|
+
"sourceInterface": "Microsoft.Extensions.Caching.Distributed.IDistributedCache"
|
|
729
714
|
}
|
|
730
715
|
],
|
|
731
716
|
"properties": [],
|
|
@@ -752,187 +737,35 @@
|
|
|
752
737
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
753
738
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory"
|
|
754
739
|
}
|
|
755
|
-
],
|
|
756
|
-
"exposedMethods": [
|
|
757
|
-
{
|
|
758
|
-
"tsName": "get_",
|
|
759
|
-
"isStatic": false,
|
|
760
|
-
"tsSignatureId": "Get|(System.String):System.Byte[]|static=false",
|
|
761
|
-
"target": {
|
|
762
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
763
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
764
|
-
"metadataToken": 100663318
|
|
765
|
-
}
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"tsName": "getAsync",
|
|
769
|
-
"isStatic": false,
|
|
770
|
-
"tsSignatureId": "GetAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
771
|
-
"target": {
|
|
772
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
773
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
774
|
-
"metadataToken": 100663319
|
|
775
|
-
}
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"tsName": "set_",
|
|
779
|
-
"isStatic": false,
|
|
780
|
-
"tsSignatureId": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
|
|
781
|
-
"target": {
|
|
782
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
783
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
784
|
-
"metadataToken": 100663320
|
|
785
|
-
}
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"tsName": "setAsync",
|
|
789
|
-
"isStatic": false,
|
|
790
|
-
"tsSignatureId": "SetAsync|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
791
|
-
"target": {
|
|
792
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
793
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
794
|
-
"metadataToken": 100663321
|
|
795
|
-
}
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"tsName": "refresh",
|
|
799
|
-
"isStatic": false,
|
|
800
|
-
"tsSignatureId": "Refresh|(System.String):System.Void|static=false",
|
|
801
|
-
"target": {
|
|
802
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
803
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
804
|
-
"metadataToken": 100663322
|
|
805
|
-
}
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"tsName": "refreshAsync",
|
|
809
|
-
"isStatic": false,
|
|
810
|
-
"tsSignatureId": "RefreshAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
811
|
-
"target": {
|
|
812
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
813
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
814
|
-
"metadataToken": 100663323
|
|
815
|
-
}
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"tsName": "remove",
|
|
819
|
-
"isStatic": false,
|
|
820
|
-
"tsSignatureId": "Remove|(System.String):System.Void|static=false",
|
|
821
|
-
"target": {
|
|
822
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
823
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
824
|
-
"metadataToken": 100663324
|
|
825
|
-
}
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"tsName": "removeAsync",
|
|
829
|
-
"isStatic": false,
|
|
830
|
-
"tsSignatureId": "RemoveAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
831
|
-
"target": {
|
|
832
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
833
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
834
|
-
"metadataToken": 100663325
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"tsName": "get$view",
|
|
839
|
-
"isStatic": false,
|
|
840
|
-
"tsSignatureId": "Get|(System.String):System.Byte[]|static=false",
|
|
841
|
-
"target": {
|
|
842
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
843
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
844
|
-
"metadataToken": 100663351
|
|
845
|
-
}
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"tsName": "getAsync$view",
|
|
849
|
-
"isStatic": false,
|
|
850
|
-
"tsSignatureId": "GetAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Byte[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
851
|
-
"target": {
|
|
852
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
853
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
854
|
-
"metadataToken": 100663352
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"tsName": "set$view",
|
|
859
|
-
"isStatic": false,
|
|
860
|
-
"tsSignatureId": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
|
|
861
|
-
"target": {
|
|
862
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
863
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
864
|
-
"metadataToken": 100663353
|
|
865
|
-
}
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"tsName": "setAsync$view",
|
|
869
|
-
"isStatic": false,
|
|
870
|
-
"tsSignatureId": "SetAsync|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
871
|
-
"target": {
|
|
872
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
873
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
874
|
-
"metadataToken": 100663354
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"tsName": "refresh$view",
|
|
879
|
-
"isStatic": false,
|
|
880
|
-
"tsSignatureId": "Refresh|(System.String):System.Void|static=false",
|
|
881
|
-
"target": {
|
|
882
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
883
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
884
|
-
"metadataToken": 100663355
|
|
885
|
-
}
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"tsName": "refreshAsync$view",
|
|
889
|
-
"isStatic": false,
|
|
890
|
-
"tsSignatureId": "RefreshAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
891
|
-
"target": {
|
|
892
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.IDistributedCache",
|
|
893
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
894
|
-
"metadataToken": 100663356
|
|
895
|
-
}
|
|
896
|
-
}
|
|
897
|
-
],
|
|
898
|
-
"exposedConstructors": [
|
|
899
|
-
{
|
|
900
|
-
"isStatic": false,
|
|
901
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.Options.IOptions_1[[Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions,Microsoft.Extensions.Caching.Memory,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
902
|
-
"target": {
|
|
903
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
904
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
905
|
-
"metadataToken": 100663316
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"isStatic": false,
|
|
910
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.Options.IOptions_1[[Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions,Microsoft.Extensions.Caching.Memory,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
|
|
911
|
-
"target": {
|
|
912
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache",
|
|
913
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Memory",
|
|
914
|
-
"metadataToken": 100663317
|
|
915
|
-
}
|
|
916
|
-
}
|
|
917
740
|
]
|
|
918
741
|
},
|
|
919
742
|
{
|
|
920
743
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions",
|
|
921
744
|
"clrName": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions",
|
|
922
|
-
"tsEmitName": "DistributedCacheEntryExtensions",
|
|
923
745
|
"assemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
924
746
|
"metadataToken": 0,
|
|
747
|
+
"kind": "StaticNamespace",
|
|
748
|
+
"accessibility": "Public",
|
|
749
|
+
"isAbstract": true,
|
|
750
|
+
"isSealed": true,
|
|
751
|
+
"isStatic": true,
|
|
752
|
+
"arity": 0,
|
|
925
753
|
"methods": [
|
|
926
754
|
{
|
|
927
755
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions::SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
928
756
|
"clrName": "SetAbsoluteExpiration",
|
|
929
|
-
"tsEmitName": "setAbsoluteExpiration",
|
|
930
757
|
"metadataToken": 100663325,
|
|
931
758
|
"canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
932
759
|
"normalizedSignature": "SetAbsoluteExpiration|(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions|static=true",
|
|
933
760
|
"emitScope": "ClassSurface",
|
|
761
|
+
"provenance": "Original",
|
|
934
762
|
"arity": 0,
|
|
935
763
|
"parameterCount": 2,
|
|
764
|
+
"isStatic": true,
|
|
765
|
+
"isAbstract": false,
|
|
766
|
+
"isVirtual": false,
|
|
767
|
+
"isOverride": false,
|
|
768
|
+
"isSealed": false,
|
|
936
769
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions",
|
|
937
770
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
938
771
|
"isExtensionMethod": true
|
|
@@ -940,13 +773,18 @@
|
|
|
940
773
|
{
|
|
941
774
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions::SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
942
775
|
"clrName": "SetAbsoluteExpiration",
|
|
943
|
-
"tsEmitName": "setAbsoluteExpiration",
|
|
944
776
|
"metadataToken": 100663326,
|
|
945
777
|
"canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
946
778
|
"normalizedSignature": "SetAbsoluteExpiration|(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions|static=true",
|
|
947
779
|
"emitScope": "ClassSurface",
|
|
780
|
+
"provenance": "Original",
|
|
948
781
|
"arity": 0,
|
|
949
782
|
"parameterCount": 2,
|
|
783
|
+
"isStatic": true,
|
|
784
|
+
"isAbstract": false,
|
|
785
|
+
"isVirtual": false,
|
|
786
|
+
"isOverride": false,
|
|
787
|
+
"isSealed": false,
|
|
950
788
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions",
|
|
951
789
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
952
790
|
"isExtensionMethod": true
|
|
@@ -954,13 +792,18 @@
|
|
|
954
792
|
{
|
|
955
793
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions::SetSlidingExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
956
794
|
"clrName": "SetSlidingExpiration",
|
|
957
|
-
"tsEmitName": "setSlidingExpiration",
|
|
958
795
|
"metadataToken": 100663327,
|
|
959
796
|
"canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions",
|
|
960
797
|
"normalizedSignature": "SetSlidingExpiration|(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions|static=true",
|
|
961
798
|
"emitScope": "ClassSurface",
|
|
799
|
+
"provenance": "Original",
|
|
962
800
|
"arity": 0,
|
|
963
801
|
"parameterCount": 2,
|
|
802
|
+
"isStatic": true,
|
|
803
|
+
"isAbstract": false,
|
|
804
|
+
"isVirtual": false,
|
|
805
|
+
"isOverride": false,
|
|
806
|
+
"isSealed": false,
|
|
964
807
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions",
|
|
965
808
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
966
809
|
"isExtensionMethod": true
|
|
@@ -969,57 +812,35 @@
|
|
|
969
812
|
"properties": [],
|
|
970
813
|
"fields": [],
|
|
971
814
|
"events": [],
|
|
972
|
-
"constructors": []
|
|
973
|
-
"exposedMethods": [
|
|
974
|
-
{
|
|
975
|
-
"tsName": "setAbsoluteExpiration",
|
|
976
|
-
"isStatic": true,
|
|
977
|
-
"tsSignatureId": "SetAbsoluteExpiration|(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions|static=true",
|
|
978
|
-
"target": {
|
|
979
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions",
|
|
980
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
981
|
-
"metadataToken": 100663325
|
|
982
|
-
}
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"tsName": "setAbsoluteExpiration",
|
|
986
|
-
"isStatic": true,
|
|
987
|
-
"tsSignatureId": "SetAbsoluteExpiration|(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions|static=true",
|
|
988
|
-
"target": {
|
|
989
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions",
|
|
990
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
991
|
-
"metadataToken": 100663326
|
|
992
|
-
}
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"tsName": "setSlidingExpiration",
|
|
996
|
-
"isStatic": true,
|
|
997
|
-
"tsSignatureId": "SetSlidingExpiration|(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan):Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions|static=true",
|
|
998
|
-
"target": {
|
|
999
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions",
|
|
1000
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1001
|
-
"metadataToken": 100663327
|
|
1002
|
-
}
|
|
1003
|
-
}
|
|
1004
|
-
]
|
|
815
|
+
"constructors": []
|
|
1005
816
|
},
|
|
1006
817
|
{
|
|
1007
818
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1008
819
|
"clrName": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1009
|
-
"tsEmitName": "DistributedCacheExtensions",
|
|
1010
820
|
"assemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1011
821
|
"metadataToken": 0,
|
|
822
|
+
"kind": "StaticNamespace",
|
|
823
|
+
"accessibility": "Public",
|
|
824
|
+
"isAbstract": true,
|
|
825
|
+
"isSealed": true,
|
|
826
|
+
"isStatic": true,
|
|
827
|
+
"arity": 0,
|
|
1012
828
|
"methods": [
|
|
1013
829
|
{
|
|
1014
830
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions::Set(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[]):System.Void",
|
|
1015
831
|
"clrName": "Set",
|
|
1016
|
-
"tsEmitName": "set_",
|
|
1017
832
|
"metadataToken": 100663338,
|
|
1018
833
|
"canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[]):System.Void",
|
|
1019
834
|
"normalizedSignature": "Set|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[]):System.Void|static=true",
|
|
1020
835
|
"emitScope": "ClassSurface",
|
|
836
|
+
"provenance": "Original",
|
|
1021
837
|
"arity": 0,
|
|
1022
838
|
"parameterCount": 3,
|
|
839
|
+
"isStatic": true,
|
|
840
|
+
"isAbstract": false,
|
|
841
|
+
"isVirtual": false,
|
|
842
|
+
"isOverride": false,
|
|
843
|
+
"isSealed": false,
|
|
1023
844
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1024
845
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1025
846
|
"isExtensionMethod": true
|
|
@@ -1027,13 +848,18 @@
|
|
|
1027
848
|
{
|
|
1028
849
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions::SetAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1029
850
|
"clrName": "SetAsync",
|
|
1030
|
-
"tsEmitName": "setAsync",
|
|
1031
851
|
"metadataToken": 100663339,
|
|
1032
852
|
"canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1033
853
|
"normalizedSignature": "SetAsync|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=true",
|
|
1034
854
|
"emitScope": "ClassSurface",
|
|
855
|
+
"provenance": "Original",
|
|
1035
856
|
"arity": 0,
|
|
1036
857
|
"parameterCount": 4,
|
|
858
|
+
"isStatic": true,
|
|
859
|
+
"isAbstract": false,
|
|
860
|
+
"isVirtual": false,
|
|
861
|
+
"isOverride": false,
|
|
862
|
+
"isSealed": false,
|
|
1037
863
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1038
864
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1039
865
|
"isExtensionMethod": true
|
|
@@ -1041,13 +867,18 @@
|
|
|
1041
867
|
{
|
|
1042
868
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions::SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String):System.Void",
|
|
1043
869
|
"clrName": "SetString",
|
|
1044
|
-
"tsEmitName": "setString",
|
|
1045
870
|
"metadataToken": 100663340,
|
|
1046
871
|
"canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String):System.Void",
|
|
1047
872
|
"normalizedSignature": "SetString|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String):System.Void|static=true",
|
|
1048
873
|
"emitScope": "ClassSurface",
|
|
874
|
+
"provenance": "Original",
|
|
1049
875
|
"arity": 0,
|
|
1050
876
|
"parameterCount": 3,
|
|
877
|
+
"isStatic": true,
|
|
878
|
+
"isAbstract": false,
|
|
879
|
+
"isVirtual": false,
|
|
880
|
+
"isOverride": false,
|
|
881
|
+
"isSealed": false,
|
|
1051
882
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1052
883
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1053
884
|
"isExtensionMethod": true
|
|
@@ -1055,13 +886,18 @@
|
|
|
1055
886
|
{
|
|
1056
887
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions::SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
1057
888
|
"clrName": "SetString",
|
|
1058
|
-
"tsEmitName": "setString",
|
|
1059
889
|
"metadataToken": 100663341,
|
|
1060
890
|
"canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
|
|
1061
891
|
"normalizedSignature": "SetString|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=true",
|
|
1062
892
|
"emitScope": "ClassSurface",
|
|
893
|
+
"provenance": "Original",
|
|
1063
894
|
"arity": 0,
|
|
1064
895
|
"parameterCount": 4,
|
|
896
|
+
"isStatic": true,
|
|
897
|
+
"isAbstract": false,
|
|
898
|
+
"isVirtual": false,
|
|
899
|
+
"isOverride": false,
|
|
900
|
+
"isSealed": false,
|
|
1065
901
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1066
902
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1067
903
|
"isExtensionMethod": true
|
|
@@ -1069,13 +905,18 @@
|
|
|
1069
905
|
{
|
|
1070
906
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions::SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1071
907
|
"clrName": "SetStringAsync",
|
|
1072
|
-
"tsEmitName": "setStringAsync",
|
|
1073
908
|
"metadataToken": 100663342,
|
|
1074
909
|
"canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1075
910
|
"normalizedSignature": "SetStringAsync|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=true",
|
|
1076
911
|
"emitScope": "ClassSurface",
|
|
912
|
+
"provenance": "Original",
|
|
1077
913
|
"arity": 0,
|
|
1078
914
|
"parameterCount": 4,
|
|
915
|
+
"isStatic": true,
|
|
916
|
+
"isAbstract": false,
|
|
917
|
+
"isVirtual": false,
|
|
918
|
+
"isOverride": false,
|
|
919
|
+
"isSealed": false,
|
|
1079
920
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1080
921
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1081
922
|
"isExtensionMethod": true
|
|
@@ -1083,13 +924,18 @@
|
|
|
1083
924
|
{
|
|
1084
925
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions::SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1085
926
|
"clrName": "SetStringAsync",
|
|
1086
|
-
"tsEmitName": "setStringAsync",
|
|
1087
927
|
"metadataToken": 100663343,
|
|
1088
928
|
"canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1089
929
|
"normalizedSignature": "SetStringAsync|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=true",
|
|
1090
930
|
"emitScope": "ClassSurface",
|
|
931
|
+
"provenance": "Original",
|
|
1091
932
|
"arity": 0,
|
|
1092
933
|
"parameterCount": 5,
|
|
934
|
+
"isStatic": true,
|
|
935
|
+
"isAbstract": false,
|
|
936
|
+
"isVirtual": false,
|
|
937
|
+
"isOverride": false,
|
|
938
|
+
"isSealed": false,
|
|
1093
939
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1094
940
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1095
941
|
"isExtensionMethod": true
|
|
@@ -1097,13 +943,18 @@
|
|
|
1097
943
|
{
|
|
1098
944
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions::GetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String):System.String",
|
|
1099
945
|
"clrName": "GetString",
|
|
1100
|
-
"tsEmitName": "getString",
|
|
1101
946
|
"metadataToken": 100663344,
|
|
1102
947
|
"canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String):System.String",
|
|
1103
948
|
"normalizedSignature": "GetString|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String):System.String|static=true",
|
|
1104
949
|
"emitScope": "ClassSurface",
|
|
950
|
+
"provenance": "Original",
|
|
1105
951
|
"arity": 0,
|
|
1106
952
|
"parameterCount": 2,
|
|
953
|
+
"isStatic": true,
|
|
954
|
+
"isAbstract": false,
|
|
955
|
+
"isVirtual": false,
|
|
956
|
+
"isOverride": false,
|
|
957
|
+
"isSealed": false,
|
|
1107
958
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1108
959
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1109
960
|
"isExtensionMethod": true
|
|
@@ -1111,13 +962,18 @@
|
|
|
1111
962
|
{
|
|
1112
963
|
"stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions::GetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1113
964
|
"clrName": "GetStringAsync",
|
|
1114
|
-
"tsEmitName": "getStringAsync",
|
|
1115
965
|
"metadataToken": 100663345,
|
|
1116
966
|
"canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1117
967
|
"normalizedSignature": "GetStringAsync|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
1118
968
|
"emitScope": "ClassSurface",
|
|
969
|
+
"provenance": "Original",
|
|
1119
970
|
"arity": 0,
|
|
1120
971
|
"parameterCount": 3,
|
|
972
|
+
"isStatic": true,
|
|
973
|
+
"isAbstract": false,
|
|
974
|
+
"isVirtual": false,
|
|
975
|
+
"isOverride": false,
|
|
976
|
+
"isSealed": false,
|
|
1121
977
|
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1122
978
|
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1123
979
|
"isExtensionMethod": true
|
|
@@ -1126,89 +982,7 @@
|
|
|
1126
982
|
"properties": [],
|
|
1127
983
|
"fields": [],
|
|
1128
984
|
"events": [],
|
|
1129
|
-
"constructors": []
|
|
1130
|
-
"exposedMethods": [
|
|
1131
|
-
{
|
|
1132
|
-
"tsName": "set_",
|
|
1133
|
-
"isStatic": true,
|
|
1134
|
-
"tsSignatureId": "Set|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[]):System.Void|static=true",
|
|
1135
|
-
"target": {
|
|
1136
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1137
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1138
|
-
"metadataToken": 100663338
|
|
1139
|
-
}
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
"tsName": "setAsync",
|
|
1143
|
-
"isStatic": true,
|
|
1144
|
-
"tsSignatureId": "SetAsync|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=true",
|
|
1145
|
-
"target": {
|
|
1146
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1147
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1148
|
-
"metadataToken": 100663339
|
|
1149
|
-
}
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"tsName": "setString",
|
|
1153
|
-
"isStatic": true,
|
|
1154
|
-
"tsSignatureId": "SetString|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String):System.Void|static=true",
|
|
1155
|
-
"target": {
|
|
1156
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1157
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1158
|
-
"metadataToken": 100663340
|
|
1159
|
-
}
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"tsName": "setString",
|
|
1163
|
-
"isStatic": true,
|
|
1164
|
-
"tsSignatureId": "SetString|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=true",
|
|
1165
|
-
"target": {
|
|
1166
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1167
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1168
|
-
"metadataToken": 100663341
|
|
1169
|
-
}
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"tsName": "setStringAsync",
|
|
1173
|
-
"isStatic": true,
|
|
1174
|
-
"tsSignatureId": "SetStringAsync|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=true",
|
|
1175
|
-
"target": {
|
|
1176
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1177
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1178
|
-
"metadataToken": 100663342
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"tsName": "setStringAsync",
|
|
1183
|
-
"isStatic": true,
|
|
1184
|
-
"tsSignatureId": "SetStringAsync|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=true",
|
|
1185
|
-
"target": {
|
|
1186
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1187
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1188
|
-
"metadataToken": 100663343
|
|
1189
|
-
}
|
|
1190
|
-
},
|
|
1191
|
-
{
|
|
1192
|
-
"tsName": "getString",
|
|
1193
|
-
"isStatic": true,
|
|
1194
|
-
"tsSignatureId": "GetString|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String):System.String|static=true",
|
|
1195
|
-
"target": {
|
|
1196
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1197
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1198
|
-
"metadataToken": 100663344
|
|
1199
|
-
}
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
"tsName": "getStringAsync",
|
|
1203
|
-
"isStatic": true,
|
|
1204
|
-
"tsSignatureId": "GetStringAsync|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
1205
|
-
"target": {
|
|
1206
|
-
"declaringClrType": "Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
|
|
1207
|
-
"declaringAssemblyName": "Microsoft.Extensions.Caching.Abstractions",
|
|
1208
|
-
"metadataToken": 100663345
|
|
1209
|
-
}
|
|
1210
|
-
}
|
|
1211
|
-
]
|
|
985
|
+
"constructors": []
|
|
1212
986
|
}
|
|
1213
987
|
]
|
|
1214
988
|
}
|