File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/BootstrapBlazor.Server/Components Expand file tree Collapse file tree 4 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 55
66using Microsoft . Extensions . Caching . Memory ;
77
8- namespace BootstrapBlazor . Server . Components . Pages ;
8+ namespace BootstrapBlazor . Server . Components . Components ;
99
1010/// <summary>
11- /// CacaheExpiration 组件
11+ /// CacheExpiration 组件
1212/// </summary>
13- public partial class CacaheExpiration
13+ public partial class CacheExpiration
1414{
1515 /// <summary>
1616 /// 获得/设置 <see cref="ICacheEntry"/> 实例
Original file line number Diff line number Diff line change 2020 </TableTemplateColumn >
2121 <TableTemplateColumn Text =" @Localizer[" CacheListExpiration " ]" Width =" 180" >
2222 <Template Context =" v" >
23- <CacaheExpiration Context =" v.Row" ></CacaheExpiration >
23+ <CacheExpiration Context =" v.Row" ></CacheExpiration >
2424 </Template >
2525 </TableTemplateColumn >
2626 <TableTemplateColumn Text =" @Localizer[" CacheListAction " ]" Width =" 80" >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public partial class CacheList
1919 [ Inject , NotNull ]
2020 private IStringLocalizer < CacheList > ? Localizer { get ; set ; }
2121
22- private List < object > ? _cacheList ;
22+ private List < object > _cacheList = [ ] ;
2323
2424 /// <summary>
2525 /// <inheritdoc/>
You can’t perform that action at this time.
0 commit comments