Fix typo in Caching.adoc

This commit is contained in:
sujl95 2023-08-13 20:21:23 +09:00 committed by Sanne Grinovero
parent abe74a85c5
commit 6ac0c24bb3
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Besides provider specific configuration, there are a number of configurations op
(incl. its configuration) guarantees that different entity types are stored separately and multi-tenancy is not (incl. its configuration) guarantees that different entity types are stored separately and multi-tenancy is not
used, you can omit this wrapping to achieve better performance. Currently, this property is only supported when used, you can omit this wrapping to achieve better performance. Currently, this property is only supported when
Infinispan is configured as the second-level cache implementation. Valid values are: Infinispan is configured as the second-level cache implementation. Valid values are:
* `default` (wraps identitifers in the tuple) * `default` (wraps identifiers in the tuple)
* `simple` (uses identifiers as keys without any wrapping) * `simple` (uses identifiers as keys without any wrapping)
* fully qualified class name that implements `org.hibernate.cache.spi.CacheKeysFactory` * fully qualified class name that implements `org.hibernate.cache.spi.CacheKeysFactory`