1 write to _options
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (1)
RedisOutputCacheStore.cs (1)
75_options = optionsAccessor.Value;
9 references to _options
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (9)
RedisOutputCacheStore.cs (9)
83_valueKeyPrefix = (RedisKey)Encoding.UTF8.GetBytes(_options.InstanceName + "__MSOCV_"); 84_tagKeyPrefix = (RedisKey)Encoding.UTF8.GetBytes(_options.InstanceName + "__MSOCT_"); 85_tagMasterKey = (RedisKey)Encoding.UTF8.GetBytes(_options.InstanceName + "__MSOCT"); 333if (_options.ConnectionMultiplexerFactory is null) 335connection = await ConnectionMultiplexer.ConnectAsync(_options.GetConfiguredOptions()).ConfigureAwait(false); 339connection = await _options.ConnectionMultiplexerFactory().ConfigureAwait(false); 368if (_options.UseForceReconnect && (exception is RedisConnectionException or SocketException)) 449if (_options.ProfilingSession is not null) 451connection.RegisterProfiler(_options.ProfilingSession);