We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3a523 commit b59b944Copy full SHA for b59b944
README.md
@@ -27,13 +27,13 @@ It allows you to group cached methods by tags and evict cache entries by one or
27
<dependency>
28
<groupId>io.github.intellinside</groupId>
29
<artifactId>spring-boot-starter-cache-tags</artifactId>
30
- <version>0.1.0</version>
+ <version>0.2.0</version>
31
</dependency>
32
```
33
34
#### Gradle
35
```groovy
36
-implementation 'io.github.intellinside:spring-boot-starter-cache-tags:0.1.0'
+implementation 'io.github.intellinside:spring-boot-starter-cache-tags:0.2.0'
37
38
39
### Basic Example
0 commit comments