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 69bc8a1 commit 87627ebCopy full SHA for 87627eb
hibernate-core/src/main/java/org/hibernate/cache/internal/QueryResultsCacheImpl.java
@@ -21,8 +21,8 @@
21
import static org.hibernate.cache.spi.SecondLevelCacheLogger.L2CACHE_LOGGER;
22
23
/**
24
- * The standard implementation of the Hibernate QueryCache interface. Works
25
- * hind-in-hand with {@link TimestampsCache} to help in recognizing
+ * The standard implementation of the {@link QueryResultsCache} interface.
+ * Works in conjunction with {@link TimestampsCache} to help in recognizing
26
* stale query results.
27
*
28
* @author Gavin King
0 commit comments