Skip to content

Commit 2b461b7

Browse files
author
crypticminds
authored
Update README.md
1 parent 15c070a commit 2b461b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ Now you can use @CacheKey annotation to declare parameters as the keys of the ca
7272
}
7373
```
7474

75-
Usage:-
75+
### For releases < 2.1.0
76+
77+
If you are using the old version , you will need to use the keys parameter to define your cache keys.
7678

7779
```kotlin
7880
@Refrigerate(timeToLive : 2000, operation = "cacheImage" , keys=["url"])

0 commit comments

Comments
 (0)