Skip to content

Commit 06d9851

Browse files
committed
another comment cross service
1 parent 5f757d1 commit 06d9851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ This library provides the classic and convenient read-through caching decorator
264264

265265
### Cross-Service Caching
266266

267-
Nothing special needed here. As an example, given that you use same prefix in all of your services, on update of the particular user - cache is able to identify all function call points that it needs to invalidate for a given user.
267+
No special treatment needed, it just works! As an example, given that you use same prefix in all of your services, on update of the particular user - cache is able to identify all function call points that it needs to invalidate for a given user.
268268

269269

270270
```python

0 commit comments

Comments
 (0)