Package | Description |
---|---|
com.ibm.websphere.cache | |
com.ibm.ws.cache.spi |
Modifier and Type | Class and Description |
---|---|
class |
DistributedObjectCache
Abstract class implementing
DistributedMap and DistributedNioMap.
|
Modifier and Type | Method and Description |
---|---|
static DistributedMap |
DynamicCacheAccessor.getDistributedMap()
Deprecated.
baseCache is used for servlet caching. It should not be used
as a DistributedMap.
|
Modifier and Type | Method and Description |
---|---|
static DistributedMap |
DistributedMapFactory.getMap(java.lang.String name)
Deprecated.
Use DistributedObjectCacheFactory
|
static DistributedMap |
DistributedMapFactory.getMap(java.lang.String name,
java.util.Properties properties)
Deprecated.
Use DistributedObjectCacheFactory
|