Skip to content

Commit 5853916

Browse files
authored
Update README.md
1 parent 17d5cee commit 5853916

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Build & Deploy](https://github.com/intellinside/spring-cache-tags/actions/workflows/release.yml/badge.svg)](https://github.com/intellinside/spring-cache-tags/actions/workflows/release.yml)
44
[![Maven Central](https://img.shields.io/maven-central/v/io.github.intellinside/spring-cache-tags.svg?style=flat-square)](https://search.maven.org/artifact/io.github.intellinside/spring-cache-tags)
5+
[![javadoc](https://javadoc.io/badge2/io.github.intellinside/spring-cache-tags/javadoc.svg)](https://javadoc.io/doc/io.github.intellinside/spring-cache-tags)
6+
57

68
**Spring Cache Tags** is a lightweight library for managing Spring Cache using tags.
79
It allows you to group cached methods by tags and evict cache entries by one or multiple tags at once.
@@ -29,13 +31,13 @@ It allows you to group cached methods by tags and evict cache entries by one or
2931
<dependency>
3032
<groupId>io.github.intellinside</groupId>
3133
<artifactId>spring-boot-starter-cache-tags</artifactId>
32-
<version>1.0.0</version>
34+
<version>0.1.0</version>
3335
</dependency>
3436
```
3537

3638
#### Gradle
3739
```groovy
38-
implementation 'io.github.intellinside:spring-boot-starter-cache-tags:1.0.0'
40+
implementation 'io.github.intellinside:spring-boot-starter-cache-tags:0.1.0'
3941
```
4042

4143
### Basic Example
@@ -311,7 +313,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
311313

312314
## Changelog
313315

314-
### Version 1.0.0
316+
### Version 0.1.0
315317
- Initial release
316318
- Support for @CacheTags and @EvictTags annotations
317319
- In-Memory and Redis storage backends

0 commit comments

Comments
 (0)