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
  1. static
  2. java.util.Map<java.lang.String,DistributedObjectCache>
DistributedObjectCacheFactory.distributedMaps
Modifier and Type Method and Description
  1. static
  2. DistributedObjectCache
DistributedObjectCacheFactory.createDistributedObjectCache(java.lang.String name,java.util.Properties properties)
  1. static
  2. DistributedObjectCache
DistributedObjectCacheFactory.getMap(java.lang.String name)
Returns the DistributedMap instance specified by the given id.
  1. static
  2. 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.
  1. static
  2. DistributedObjectCache
DistributedObjectCacheFactory.removeMap(java.lang.String name)