Skip to content

Commit e481022

Browse files
Update images in EasyCaching article - use employee swagger screenshot in Try It Yourself
1 parent bdfa220 commit e481022

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

blogs/series-2-dotnet-api/2.5-dotnet-easycaching.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public class CacheInvalidationEventHandler :
210210

211211
**Verify caching in browser DevTools:**
212212

213-
![Swagger Cache Resource Expanded](https://raw.githubusercontent.com/workcontrolgit/AngularNetTutorial/master/docs/images/webapi/swagger-cache-resource-expanded.png)
213+
![Swagger Cache Resource Expanded](https://raw.githubusercontent.com/workcontrolgit/AngularNetTutorial/master/docs/images/webapi/swagger-employee-resource-expanded.png)
214214

215215
1. Open `https://localhost:44378/swagger` and authenticate with your Bearer token
216216
2. Call `GET /api/v1/employees` — inspect response headers in the Network tab
@@ -235,8 +235,6 @@ Authorization: Bearer {hrAdminToken}
235235

236236
## 📊 Real-World Impact
237237

238-
![Swagger Employee Resource Expanded](https://raw.githubusercontent.com/workcontrolgit/AngularNetTutorial/master/docs/images/webapi/swagger-employee-resource-expanded.png)
239-
240238
**Before caching:**
241239

242240
* ❌ Every dashboard load runs a full aggregation query across all tables

0 commit comments

Comments
 (0)