Uses of Class
com.ibm.websphere.cache.DistributedObjectCache
-
Packages that use DistributedObjectCache Package Description com.ibm.wsspi.cache -
-
Uses of DistributedObjectCache in com.ibm.wsspi.cache
Fields in com.ibm.wsspi.cache with type parameters of type DistributedObjectCache Modifier and Type Field Description static java.util.Map<java.lang.String,DistributedObjectCache>
DistributedObjectCacheFactory. distributedMaps
Methods in com.ibm.wsspi.cache that return DistributedObjectCache Modifier and Type Method Description 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)
-