Skip to content

Commit 89638d1

Browse files
committed
Address Claude feedback
1 parent 071b845 commit 89638d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/architecture/adr/0028-adopt-fusion-cache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ is missing that we want is built in metrics.
115115
Chosen option: **Adopt `FusionCache`**, because the fusion cache library contains all the features
116116
we 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

0 commit comments

Comments
 (0)