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. distributedMapsMethods in com.ibm.wsspi.cache that return DistributedObjectCache Modifier and Type Method Description static DistributedObjectCacheDistributedObjectCacheFactory. createDistributedObjectCache(java.lang.String name, java.util.Properties properties)static DistributedObjectCacheDistributedObjectCacheFactory. getMap(java.lang.String name)Returns the DistributedMap instance specified by the given id.static DistributedObjectCacheDistributedObjectCacheFactory. 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 DistributedObjectCacheDistributedObjectCacheFactory. removeMap(java.lang.String name)
-