HHH-12829 Update the Ehcache documentation to use the new short names
This commit is contained in:
parent
51c67310f7
commit
f8964847dd
|
@ -616,7 +616,7 @@ To use the `EhCacheRegionFactory`, you need to specify the following configurati
|
|||
----
|
||||
<property
|
||||
name="hibernate.cache.region.factory_class"
|
||||
value="org.hibernate.cache.ehcache.EhCacheRegionFactory"/>
|
||||
value="ehcache"/>
|
||||
----
|
||||
====
|
||||
|
||||
|
@ -635,7 +635,7 @@ To use the `SingletonEhCacheRegionFactory`, you need to specify the following co
|
|||
----
|
||||
<property
|
||||
name="hibernate.cache.region.factory_class"
|
||||
value="org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory"/>
|
||||
value="ehcache-singleton"/>
|
||||
----
|
||||
====
|
||||
|
||||
|
|
Loading…
Reference in New Issue