Skip to content

Commit

Permalink
Merge pull request #22256 from KyleRogers
Browse files Browse the repository at this point in the history
* pr/22256:
  Fix typo in cache abstraction chapter
  • Loading branch information
snicoll committed Jan 15, 2019
2 parents 7a9e2f5 + 04ce619 commit 0db4c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6896,7 +6896,7 @@ abstraction uses a simple `KeyGenerator` based on the following algorithm:

* If no params are given, return `SimpleKey.EMPTY`.
* If only one param is given, return that instance.
* If more the one param is given, return a `SimpleKey` that contains all parameters.
* If more than one param is given, return a `SimpleKey` that contains all parameters.

This approach works well for most use-cases, as long as parameters have natural keys
and implement valid `hashCode()` and `equals()` methods. If that is not the case, you need to change the
Expand Down

0 comments on commit 0db4c22

Please sign in to comment.