com.ibm.websphere.servlet.cache
Class DynamicCacheAccessor

java.lang.Object
  |
  +--com.ibm.websphere.servlet.cache.DynamicCacheAccessor

Deprecated. Should use com.ibm.websphere.cache.DynamicCacheAccessor

public class DynamicCacheAccessor
extends java.lang.Object


Constructor Summary
DynamicCacheAccessor()
          Deprecated.  
 
Method Summary
static Cache getCache()
          Deprecated. This obtains a reference to the dynamic cache.
static boolean isCachingEnabled()
          Deprecated. This determines if caching is enabled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicCacheAccessor

public DynamicCacheAccessor()
Deprecated. 
Method Detail

getCache

public static Cache getCache()
Deprecated. 
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. 
This determines if caching is enabled.

Returns:
true if caching is enabled, false if it is disabled.


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.