這項特性提供本端快取服務,您可以透過 DistributedMap API 來存取。預設快取會連結到 JNDI 中的 "services/cache/distributedmap"。快取可以通過新增 WebSphere eXtreme Scale 之類的網路快取提供者,來加以分散。
如果要啟用 Distributed Map interface for Dynamic Caching 特性,請在您 server.xml 檔中的 featureManager 元素內,新增下列元素宣告:
<feature>distributedMap-1.0</feature>
如果您正在開發的特性相依於 Distributed Map interface for Dynamic Caching 特性,請在您新特性的特性資訊清單檔中,將下列項目包含在 Subsystem-Content 標頭內:
com.ibm.websphere.appserver.distributedMap-1.0; type="osgi.subsystem.feature"