public class DistributedMapFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static DistributedMap |
getMap(java.lang.String name)
Deprecated.
Use DistributedObjectCacheFactory
|
static DistributedMap |
getMap(java.lang.String name,
java.util.Properties properties)
Deprecated.
Use DistributedObjectCacheFactory
|
@Deprecated public static DistributedMap getMap(java.lang.String name)
name
- instance name of the DistributedMapDistributedObjectCacheFactory
@Deprecated public static DistributedMap getMap(java.lang.String name, java.util.Properties properties)
com.ibm.ws.cache.CacheConfig.CACHE_SIZE | integer the maximum number of cache entries |
com.ibm.ws.cache.CacheConfig.ENABLE_DISK_OFFLOAD | boolean true to enable disk offload |
com.ibm.ws.cache.CacheConfig.DISK_OFFLOAD_LOCATION | directory to contain offloaded cache entries |
name
- instance name of the DistributedMapproperties
- DistributedObjectCacheFactory