You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Gusev (Jira)" <ji...@apache.org> on 2021/09/01 08:27:00 UTC

[jira] [Created] (IGNITE-15415) Describe Hibernate L2 Cache Template configuration

Igor Gusev created IGNITE-15415:
-----------------------------------

             Summary: Describe Hibernate L2 Cache Template configuration
                 Key: IGNITE-15415
                 URL: https://issues.apache.org/jira/browse/IGNITE-15415
             Project: Ignite
          Issue Type: Improvement
          Components: documentation
            Reporter: Igor Gusev


Hibernate L2 now supports cache configurations. We need to describe how users can configure them.

For example, you can set it in the following way:

 
{code:java}
<bean parent="transactional-cache">
    <property name="name" value="com.mycompany.*"/>
</bean>
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)