Uses of Package
com.ibm.websphere.cache

Packages that use com.ibm.websphere.cache
com.ibm.websphere.cache   
com.ibm.ws.cache.spi   
com.ibm.wsspi.cache   
 

Classes in com.ibm.websphere.cache used by com.ibm.websphere.cache
Cache
          Deprecated. Use DistributedMap to store and manage objects in cache. DynamicCacheAccessor#getDistributedMap will return a DistributedMap for accessing base cache.
CacheEntry
          A CacheEntry is a struct object that holds the cache ID and value, as well as metadata for caching.
ChangeEvent
          An event object that provides information about the source of cache-related events.
ChangeListener
          Implement this interface to receive the ChangeEvent notifications.
DistributedMap
          This class provides applications with an extended java.util.Map interface to access the WebSphere Dynamic Cache, allowing inspection and manipulation of the cache.
DistributedNioMap
          The DistributedNioMap is a high performance map specifically designed for storing java.nio.Buffer objects.
EntryInfo
          EntryInfo and FragmentInfo objects contain metadata for caching and are attached to each cache entry.
InvalidationEvent
          An event object that provides information about the source of cache-related event.
InvalidationListener
          The listener interface for removing cache entry from the cache.
PreInvalidationListener
          Pre-invalidation listener interface used for selectively overriding invalidation events.
 

Classes in com.ibm.websphere.cache used by com.ibm.ws.cache.spi
DistributedMap
          This class provides applications with an extended java.util.Map interface to access the WebSphere Dynamic Cache, allowing inspection and manipulation of the cache.
 

Classes in com.ibm.websphere.cache used by com.ibm.wsspi.cache
Cache
          Deprecated. Use DistributedMap to store and manage objects in cache. DynamicCacheAccessor#getDistributedMap will return a DistributedMap for accessing base cache.
CacheEntry
          A CacheEntry is a struct object that holds the cache ID and value, as well as metadata for caching.
ChangeEvent
          An event object that provides information about the source of cache-related events.
ChangeListener
          Implement this interface to receive the ChangeEvent notifications.
DistributedObjectCache
          Abstract class implementing DistributedMap and DistributedNioMap.
EntryInfo
          EntryInfo and FragmentInfo objects contain metadata for caching and are attached to each cache entry.
InvalidationEvent
          An event object that provides information about the source of cache-related event.
InvalidationListener
          The listener interface for removing cache entry from the cache.
PreInvalidationListener
          Pre-invalidation listener interface used for selectively overriding invalidation events.