File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ is missing that we want is built in metrics.
115115Chosen option: ** Adopt ` FusionCache ` ** , because the fusion cache library contains all the features
116116we need for our most complex scenarios and has enough customizability for our simpler scenarios.
117117
118- ### Implementation Details
118+ ### Implementation details
119119
120120#### Today
121121
@@ -160,9 +160,9 @@ configuration like such:
160160### Implementation plan
161161
162162- New features desiring cache should use ` IFusionCache `
163- - Finish up Caching package in server SDK
163+ - Finish up Caching package in server SDK (Target: Q1 2026)
164164- Individual migration plans for existing cache uses
165- - If only ` IDistrubutedCache ` is needed memory cache and backplane can be turned off
165+ - If only ` IDistributedCache ` is needed memory cache and backplane can be turned off
166166 - If no ` IDistributedCache ` is needed it can be turned off and only memory and the backplane will
167167 be used.
168168
You can’t perform that action at this time.
0 commit comments