36.4. RemoteCacheStore Parameters for Rolling Upgrades
36.4.1. rawValues and RemoteCacheStore
Copy linkLink copied to clipboard!
		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
Copy linkLink copied to clipboard!
		The 
hotRodWrapping parameter is a shortcut that enables rawValues and sets an appropriate marshaller and entry wrapper for performing Rolling Upgrades.