Commit 52449bd
Correct misleading capacity Javadoc in CHMCache
The CHMCache(int) parameter doc claimed the cache evicts entries once
capacity is reached. There is no eviction policy: as the class-level
Javadoc and the implementation show, the cache simply stops accepting
new entries once it is full.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent cc9622d commit 52449bd
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments