static DistributedObjectCache |
DistributedObjectCacheFactory.createDistributedObjectCache(java.lang.String name,
java.util.Properties properties) |
static DistributedObjectCache |
DistributedObjectCacheFactory.getMap(java.lang.String name)
Returns the DistributedMap
instance specified by the given id.
|
static DistributedObjectCache |
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.
|
static DistributedObjectCache |
DistributedObjectCacheFactory.removeMap(java.lang.String name) |