Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 63110fe

Browse files
committed
Update README.MD
1 parent f3c866d commit 63110fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/CacheFlow/README.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ public class ProductService
4747
AbsoluteExpirationRelativeToNow = TimeSpan.FromHours(1)
4848
});
4949
}
50+
51+
private async Task<Product> FetchProductAsync(int id)
52+
{
53+
// talk to the underlying data product here - could be SQL, gRPC, HTTP, etc
54+
}
5055
}
5156
```
5257

0 commit comments

Comments
 (0)