Uses of Interface
com.ibm.websphere.cache.DistributedMap
-
Packages that use DistributedMap Package Description com.ibm.websphere.cache com.ibm.ws.cache.spi -
-
Uses of DistributedMap in com.ibm.websphere.cache
Classes in com.ibm.websphere.cache that implement DistributedMap Modifier and Type Class Description class
DistributedObjectCache
Abstract class implementing DistributedMap and DistributedNioMap.Methods in com.ibm.websphere.cache that return DistributedMap Modifier and Type Method Description static DistributedMap
DynamicCacheAccessor. getDistributedMap()
Deprecated.baseCache is used for servlet caching. -
Uses of DistributedMap in com.ibm.ws.cache.spi
Methods in com.ibm.ws.cache.spi that return DistributedMap Modifier and Type Method Description static DistributedMap
DistributedMapFactory. getMap(java.lang.String name)
Deprecated.Use DistributedObjectCacheFactorystatic DistributedMap
DistributedMapFactory. getMap(java.lang.String name, java.util.Properties properties)
Deprecated.Use DistributedObjectCacheFactory
-