com.ibm.websphere.servlet.cache

Class DynamicCacheAccessor

  1. java.lang.Object
  2. extended bycom.ibm.websphere.servlet.cache.DynamicCacheAccessor

Deprecated. You should use com.ibm.websphere.cache.DynamicCacheAccessor
  1. public class DynamicCacheAccessor
  2. extends java.lang.Object
See Also:
DynamicCacheAccessor

Constructor Summary

Constructor and Description
DynamicCacheAccessor()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. static
  2. Cache
getCache()
Deprecated. You should use com.ibm.websphere.cache.DynamicCacheAccessor
  1. static
  2. boolean
isCachingEnabled()
Deprecated. You should use com.ibm.websphere.cache.DynamicCacheAccessor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

DynamicCacheAccessor

  1. public DynamicCacheAccessor()
Deprecated.

Method Detail

getCache

  1. public static 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

  1. 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.