Skip to content

Commit f238d3e

Browse files
authored
Update README.md
1 parent 42940fc commit f238d3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ suspend fun getData(
8989
#### Clearing cache
9090

9191
```kotlin
92-
retroCacheManager.clearAllByTag("tag1") // will remove all objects with corresponding tag
92+
retroCacheManager.clearAllByTag("tag1") // will remove all objects with corresponding tag
9393

9494
retroCacheManager.clearAll() // will remove all objects from the cache
9595
```
@@ -105,7 +105,7 @@ retroCacheManager.clearAll() // will remove all objects from the cache
105105
#### Scoping cache
106106
107107
```kotlin
108-
@Cache(scope = "logged_in_user_scope") // specify scope in annotation
108+
@Cache(scope = "logged_in_user_scope") // specify scope in annotation
109109
@GET("fetch")
110110
suspend fun getData(): Response<Data>
111111

0 commit comments

Comments
 (0)