JBoss.orgCommunity Documentation

Chapter 20. API Cache

At the realm level IDM API cache layer can be enabled

                
    <realm>
      <id>idm_realm</id>
      <repository-id-ref>DefaultRepository</repository-id-ref>
      <identity-type-mappings>
        <user-mapping>USER</user-mapping>
      </identity-type-mappings>
      <options>
        <option>
          <name>cache.providerClass</name>
          <value>JBossCacheAPICacheProviderImpl</value>
        </option>
      </options>
    </realm>            

            

Cache related options :