Uses of Class
com.ibm.websphere.cache.DistributedObjectCache

Packages that use DistributedObjectCache
com.ibm.wsspi.cache   
 

Uses of DistributedObjectCache in com.ibm.wsspi.cache
 

Fields in com.ibm.wsspi.cache with type parameters of type DistributedObjectCache
static java.util.Map<java.lang.String,DistributedObjectCache> DistributedObjectCacheFactory.distributedMaps
           
 

Methods in com.ibm.wsspi.cache that return DistributedObjectCache
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)