Skip to content

Commit

Permalink
update doc (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuseferi committed Jun 9, 2023
1 parent 575d4f4 commit b7c93e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/yuseferi/gocache)

gocache provides a data race-free cache implementation in Go.

gocache is a data race-free cache implementation in Go, providing efficient caching capabilities for your applications.

### Installation

Expand All @@ -17,7 +16,6 @@ gocache provides a data race-free cache implementation in Go.
### Usage:



```Go
cache := gocache.NewCache(time.Minute * 2) // with 2 minutes interval cleaning expired items
cache.Set("key", "value", time.Minute) // set cache
Expand Down

0 comments on commit b7c93e5

Please sign in to comment.