com.ibm.websphere.cache
Uses of Class DistributedObjectCache
Packages that use DistributedObjectCache
Package | Description |
---|---|
com.ibm.wsspi.cache |
Uses of DistributedObjectCache in com.ibm.wsspi.cache
Modifier and Type | Field and Description |
---|---|
|
DistributedObjectCacheFactory.distributedMaps
|
Modifier and Type | Method and Description |
---|---|
|
DistributedObjectCacheFactory.createDistributedObjectCache(java.lang.String name,java.util.Properties properties)
|
|
DistributedObjectCacheFactory.getMap(java.lang.String name)
Returns the DistributedMap
instance specified by the given id.
|
|
DistributedObjectCacheFactory.getMap(java.lang.String name,java.util.Properties properties)
Returns the DistributedMap or DistributedNioMap
instance specified by the given id, using the
the parameters specified in properties.
|
|
DistributedObjectCacheFactory.removeMap(java.lang.String name)
|