We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e61ee5 commit 9eeb538Copy full SHA for 9eeb538
caffeine/src/main/java/com/github/benmanes/caffeine/cache/CacheWriter.java
@@ -35,8 +35,8 @@ public interface CacheWriter<K, V> {
35
36
/***
37
* Writes the value corresponding to the {@code key} to the external resource. The cache will
38
- * communicate a write when an entry in the cache is inserted or updated explicitly. The implicit
39
- * 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.
40
*
41
* @param key the non-null key whose value should be written
42
* @param value the value associated with {@code key} that should be written
0 commit comments