Questo contenuto non è disponibile nella lingua selezionata.
36.4. RemoteCacheStore Parameters for Rolling Upgrades
36.4.1. rawValues and RemoteCacheStore Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
By default, the RemoteCacheStore store's values are wrapped in InternalCacheEntry. Enabling the
rawValues
parameter causes the raw values to be stored instead for interoperability with direct access by RemoteCacheManagers.
rawValues
must be enabled in order to interact with a Hot Rod cache via both RemoteCacheStore and RemoteCacheManager.
36.4.2. hotRodWrapping Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
The
hotRodWrapping
parameter is a shortcut that enables rawValues and sets an appropriate marshaller and entry wrapper for performing Rolling Upgrades.