Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Nov 11, 2019
1 parent a71ec19 commit 28dd7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Cache can be created with URIs:

`Scache` provides a wrapper on top of all implementations of `LoadingCache` with a number of special features:

1. Key is not a string bye composed type made from partition, key-id and list of scopes (tags).
1. Key is not a string but a composed type made from partition, key-id and list of scopes (tags).
1. Value type limited to `[]byte`
1. Added `Flush` method for scoped/tagged invalidation of multiple records in a given partition
1. Simplified interface with Get, Stat and Flush only.
Expand Down

0 comments on commit 28dd7e9

Please sign in to comment.