Skip to content

Commit

Permalink
HHH-11083 : clarify that hibernate.cache.keys_factory is only support…
Browse files Browse the repository at this point in the history
…ed when using Infinispan
  • Loading branch information
gbadner committed Nov 23, 2016
1 parent 6d8f93c commit 60d420b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -70,8 +70,8 @@ Besides specific provider configuration, there are a number of configurations op
<entity type, tenant, identifier> to guarantee uniqueness in case that second-level cache stores all entities
in single space. These tuples are then used as keys in the cache. When the second-level cache implementation
(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. This hint can be ignored by the second-level
cache implementation, though. Valid values are:
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:
* `default` (wraps identitifers in the tuple)
* `simple` (uses identifiers as keys without any wrapping)
* fully qualified class name that implements `org.hibernate.cache.spi.CacheKeysFactory`
Expand Down

0 comments on commit 60d420b

Please sign in to comment.