이 콘텐츠는 선택한 언어로 제공되지 않습니다.
30.4. RemoteCacheStore Parameters for Rolling Upgrades
30.4.1. rawValues and RemoteCacheStore 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
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.
30.4.2. hotRodWrapping 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The
hotRodWrapping
parameter is a shortcut that enables rawValues and sets an appropriate marshaller and entry wrapper for performing Rolling Upgrades.