Distributed Map interface for Dynamic Caching 1.0
This feature provides a local cache service which can be accessed through the DistributedMap API. A default cache is bound in JNDI at "services/cache/distributedmap". Caches can be distributed through addition of a network cache provider such as WebSphere eXtreme Scale.
Enable this feature
To enable the Distributed Map interface for Dynamic Caching 1.0 feature, add the following element declaration into server.xml, inside the featureManager element:
<feature>distributedMap-1.0</feature>
Feature configuration elements
Liberty API packages provided by this feature
- com.ibm.websphere.cache
- com.ibm.websphere.cache.exception
- com.ibm.websphere.exception
- com.ibm.ws.cache.spi
- com.ibm.wsspi.cache
Features that this feature enables
Supported Java versions
- JavaSE-1.8
- JavaSE-11.0
- JavaSE-17.0
- JavaSE-21.0
- JavaSE-24.0
Features that enable this feature
- acmeCA-2.0
- adminCenter-1.0
- apiDiscovery-1.0
- appSecurity-4.0
- appSecurity-5.0
- audit-1.0
- batchManagement-1.0
- collectiveController-1.0
- jwt-1.0
- mpMetrics-1.0
- mpMetrics-1.1
- mpMetrics-2.0
- mpMetrics-2.2
- mpMetrics-2.3
- mpMetrics-3.0
- mpMetrics-4.0
- mpMetrics-5.0
- mpMetrics-5.1
- oauth-2.0
- openapi-3.0
- openapi-3.1
- restConnector-1.0
- restConnector-2.0
- samlWeb-2.0
- scim-1.0
- webCache-1.0
- wsAtomicTransaction-1.2
Develop a feature that depends on this feature
If we are developing a feature that depends on this feature, include the following item in the Subsystem-Content header in your feature manifest file.
com.ibm.websphere.appserver.distributedMap-1.0; type="osgi.subsystem.feature"