Skip to content

Commit

Permalink
Clarify method JavaDoc to match class documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Aug 16, 2017
1 parent 6e61ee5 commit 9eeb538
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public interface CacheWriter<K, V> {

/***
* Writes the value corresponding to the {@code key} to the external resource. The cache will
* communicate a write when an entry in the cache is inserted or updated explicitly. The implicit
* creation of an entry due to being loaded when absent is not communicated.
* communicate a write when an entry in the cache is created or modified, except when that was
* due to a load or computation.
*
* @param key the non-null key whose value should be written
* @param value the value associated with {@code key} that should be written
Expand Down

0 comments on commit 9eeb538

Please sign in to comment.