-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathMicrosoft.Extensions.Caching.StackExchangeRedis.json
More file actions
117 lines (117 loc) · 9.5 KB
/
Copy pathMicrosoft.Extensions.Caching.StackExchangeRedis.json
File metadata and controls
117 lines (117 loc) · 9.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"Assembly": "Microsoft.Extensions.Caching.StackExchangeRedis",
"GUID": "3167C59433FA4454B0A125F9BBA226D9FFFFFFFF",
"Tag": "jePnxf5I+uU6BmQgNQl1w6+2f354wx4eFL9uonOi2D8=",
"Types": [
{
"Members": [
{
"DocsId": "M:Microsoft.Extensions.DependencyInjection.StackExchangeRedisCacheServiceCollectionExtensions.AddStackExchangeRedisCache(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions})",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/StackExchangeRedisCacheServiceCollectionExtensions.cs#L26C9-L34C25"
}
],
"DocsId": "T:Microsoft.Extensions.DependencyInjection.StackExchangeRedisCacheServiceCollectionExtensions",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/StackExchangeRedisCacheServiceCollectionExtensions.cs"
},
{
"Members": [
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions})",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs#L85C11-L87C6"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.Get(System.String)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs#L116C9-L118C50"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(System.String,System.Threading.CancellationToken)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs#L156C12-L156C45"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.Microsoft#Extensions#Caching#Distributed#IBufferDistributedCache#Set(System.String,System.Buffers.ReadOnlySequence{System.Byte},Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs#L159C12-L159C40"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs#L203C12-L203C57"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.Microsoft#Extensions#Caching#Distributed#IBufferDistributedCache#SetAsync(System.String,System.Buffers.ReadOnlySequence{System.Byte},Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs#L206C12-L206C57"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.Refresh(System.String)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs#L259C9-L262C6"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.RefreshAsync(System.String,System.Threading.CancellationToken)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.Remove(System.String)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs#L470C9-L482C6"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.RemoveAsync(System.String,System.Threading.CancellationToken)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.Dispose",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs#L618C9-L626C6"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.Microsoft#Extensions#Caching#Distributed#IBufferDistributedCache#TryGet(System.String,System.Buffers.IBufferWriter{System.Byte})",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs#L703C9-L744C22"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.Microsoft#Extensions#Caching#Distributed#IBufferDistributedCache#TryGetAsync(System.String,System.Buffers.IBufferWriter{System.Byte},System.Threading.CancellationToken)",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs"
}
],
"DocsId": "T:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCache.cs"
},
{
"Members": [
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions.Microsoft#Extensions#Options#IOptions<Microsoft#Extensions#Caching#StackExchangeRedis#RedisCacheOptions>#get_Value",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs#L47C15-L47C27"
},
{
"DocsId": "M:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions.#ctor",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs"
},
{
"DocsId": "P:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions.Configuration",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs#L21C36-L21C40"
},
{
"DocsId": "P:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions.ConfigurationOptions",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs#L27C57-L27C61"
},
{
"DocsId": "P:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions.ConnectionMultiplexerFactory",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs#L32C79-L32C83"
},
{
"DocsId": "P:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions.InstanceName",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs#L38C35-L38C39"
},
{
"DocsId": "P:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions.ProfilingSession",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs#L43C55-L43C59"
},
{
"DocsId": "P:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions.Microsoft#Extensions#Options#IOptions<Microsoft#Extensions#Caching#StackExchangeRedis#RedisCacheOptions>#Value",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs#L47C15-L47C27"
}
],
"DocsId": "T:Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions",
"SourceLink": "https://github.com/dotnet/dotnet/blob/a8b33e7593686eaee701cd124daaabff2311634f/src/aspnetcore/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs"
}
]
}