Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong authored Feb 8, 2023
1 parent 1e6d652 commit 6099be6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ maximum item size of 128M:
cache := filecache.NewDefaultCache()
cache.MaxSize = 128 * filecache.Megabyte
cache.Start()
...
cache.Stop()
```

The `Kilobyte`, `Megabyte`, and `Gigabyte` constants are provided as a
Expand Down

0 comments on commit 6099be6

Please sign in to comment.