File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
documentation/src/main/asciidoc/userguide/chapters/caching Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ This is useful for frequently executed queries with fixed parameter values.
263263
264264[NOTE]
265265====
266- Caching of query results introduces some overhead in terms of your applications normal transactional processing.
266+ Caching of query results introduces some overhead in terms of your application's normal transactional processing.
267267For example, if you cache results of a query against `Person`,
268268Hibernate will need to keep track of when those results should be invalidated because changes have been committed against any `Person` entity.
269269
@@ -392,7 +392,7 @@ include::{example-dir-caching}/SecondLevelCacheTest.java[tags=caching-query-regi
392392[[caching-query-cache-layout]]
393393=== Query cache layout
394394
395- The query cache usually contains the same data that is read from the original queries JDBC `ResultSet`,
395+ The query cache usually contains the same data that is read from the original query's JDBC `ResultSet`,
396396but for entities and collections the cached information can vary depending on configuration.
397397
398398An entity or collection in the query cache can either be represented with all its fetched data (`FULL` cache layout),
You can’t perform that action at this time.
0 commit comments