Class DynamicCacheAccessor

java.lang.Object
com.ibm.websphere.servlet.cache.DynamicCacheAccessor

public class DynamicCacheAccessor extends Object
Deprecated.
You should use com.ibm.websphere.cache.DynamicCacheAccessor
See Also:
  • DynamicCacheAccessor
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.ibm.websphere.cache.Cache
    Deprecated.
    You should use com.ibm.websphere.cache.DynamicCacheAccessor
    static boolean
    Deprecated.
    You should use com.ibm.websphere.cache.DynamicCacheAccessor

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DynamicCacheAccessor

      public DynamicCacheAccessor()
      Deprecated.
  • Method Details

    • getCache

      public static com.ibm.websphere.cache.Cache getCache()
      Deprecated.
      You should use com.ibm.websphere.cache.DynamicCacheAccessor
      This obtains a reference to the dynamic cache.
      Returns:
      Reference to the cache or null if caching is disabled
    • isCachingEnabled

      public static boolean isCachingEnabled()
      Deprecated.
      You should use com.ibm.websphere.cache.DynamicCacheAccessor
      This determines if caching is enabled.
      Returns:
      true if caching is enabled, false if it is disabled.