10.5.5.4. JdbcMixedCacheStore Remote Configuration Attributes


The following is a list of elements and parameters used to configure a JdbcMixedCacheStore in JBoss Data Grid's Remote Client-Server mode.
The cache-container Element

The cache-container element specifies information about the cache container using the following parameters:

  • The name parameter defines the name of the cache container.
  • The default-cache parameter defines the name of the default cache used with the cache container.
  • The listener-executor defines the executor used for asynchronous cache listener notifications.
  • The start parameter indicates where the cache container starts, i.e. whether it will start lazily when requested or when the server starts up. Valid values for this parameter are EAGER and LAZY.
The local-cache Element

The local-cache element specifies information about the local cache used with the cache container using the following parameters:

  • The name parameter specifies the name of the local cache to use.
  • The start parameter indicates where the cache starts, i.e. whether it will start lazily when requested or when the server starts up. Valid values for this parameter are EAGER and LAZY.
  • The batching parameter specifies whether batching is enabled for the local cache.
  • The indexing parameter specifies the type of indexing used for the local cache. Valid values for this parameter are NONE, LOCAL and ALL.
The locking Element

The locking element details the locking configuration for the local cache.

  • The isolation parameter defines the isolation level used for the local cache. Valid values for this parameter are REPEATABLE_READ and READ_COMMITTED.
  • The acquire-timeout parameter specifies the number of milliseconds after which an acquire operation will time out.
  • The concurrency-level parameter defines the number of lock stripes used by the LockManager.
  • The striping parameter specifies whether lock striping will be used for the local cache.
The transaction Element

The transaction element specifies transaction related settings for the local cache.

  • The mode parameter specifies the transaction mode used for the local cache. Valid values for this parameter are NONE, NON_XA (does not use XAResource), NON_DURABLE_XA (uses XAResource without recovery) and FULL_XA (used XAResource with recovery).
The eviction Element

The eviction element specifies eviction configuration information for the local cache.

  • The strategy parameter specifies the eviction strategy or algorithm used. Valid values for this parameter include NONE, FIFO, LRU, UNORDERED and LIRS.
  • The max-entries parameter specifies the maximum number of entries in a cache instance.
The mixed-keyed-jdbc-store Element

The mixed-keyed-jdbc-store element specifies the configuration for a mixed keyed cache JDBC store.

  • The datasource parameter defines the name of a JNDI for the datasource.
  • The passivation parameter determines whether entries in the cache are passivated (true) or if the cache store retains a copy of the contents in memory (false).
  • The preload parameter specifies whether to load entries into the cache during start up. Valid values for this parameter are true and false.
  • The purge parameter specifies whether or not the cache store is purged when it is started. Valid values for this parameter are true and false.
The property Element

The property element contains information about properties related to the cache store.

  • The name parameter specifies the name of the cache store.
  • The value ${database.type} must be replaced by a valid database type value, such as DB2_390, SQL_SERVER, MYSQL, ORACLE, POSTGRES or SYBASE.
The mixed-keyed-table Element

The mixed-keyed-table element specifies information about the database table used to store mixed cache entries.

  • The prefix parameter specifies a prefix string for the database table name.
The string-keyed-table Element

The string-keyed-table element specifies information about the database table used to store string based cache entries.

  • The prefix parameter specifies a prefix string for the database table name.
The id-column Element

The id-column element specifies information about a database column that holds cache entry IDs.

  • The name parameter specifies the name of the database column.
  • The type parameter specifies the type of the database column.
The data-column Element

The data-column element contains information about a database column that holds cache entry data.

  • The name parameter specifies the name of the database column.
  • The type parameter specifies the type of the database column.
The timestamp-column Element

The timestamp-column element specifies information about the database column that holds cache entry timestamps.

  • The name parameter specifies the name of the database column.
  • The type parameter specifies the type of the database column.
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top