Package com.ibm.wsspi.cache


@Version("1.1.0") package com.ibm.wsspi.cache
  • Class
    Description
    This is the underlying cache mechanism that is used by the CacheMonitor.
    This interface is used to provide the cache instance configuration to a cache provider.
    Eviction algorithm type EvictorAlgorithmType.LRUEvictor is defined as an evictor type that uses a least recently used algorithm to decide which entries to evict when the cache entries map exceeds a maximum number of entries.
    A CacheEntry is a struct object that holds the cache id and value, as well as metadata for caching.
    This abstract class is used to indicate the features that are supported by a cache provider.
    Dynacache is the default cache provider for the WebSphere Application Server.
    This interface is used by the WebSphere Admin Console to look up all the cache providers and expose them on the Dynamic Cache Service panel, Cache Provider drop down menu.
    This factory returns a singleton instance of the CacheProviderLoader interface.
    This interface is used to monitor the cache.
    This is the mechanism to provide cache statistics to the CacheMonitor.
    A ConfigEntry is a struct object that holds the cache policies specifying how to cache an entry.
    This class provides Dynacache constants that are used by other components.
    This class is the underlying cache interface for a cache provider, and contains the methods used to get, put, inspect and manage the current state of the cache.
    This class provides components with factory methods to create/lookup instances of a DistributedObjectCache.
    Runtime objects implement this when they are an event source Java objects can be registered with an EventSource.
    This interface is used by CacheEntry to indicate that the value implements the GenerateContents() method.