Package com.ibm.websphere.servlet.cache
Class DynamicCacheAccessor
- java.lang.Object
-
- com.ibm.websphere.servlet.cache.DynamicCacheAccessor
-
public class DynamicCacheAccessor extends java.lang.Object
Deprecated.You should use com.ibm.websphere.cache.DynamicCacheAccessor- See Also:
DynamicCacheAccessor
-
-
Constructor Summary
Constructors Constructor Description DynamicCacheAccessor()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static com.ibm.websphere.cache.Cache
getCache()
Deprecated.You should use com.ibm.websphere.cache.DynamicCacheAccessorstatic boolean
isCachingEnabled()
Deprecated.You should use com.ibm.websphere.cache.DynamicCacheAccessor
-
-
-
Method Detail
-
getCache
public static com.ibm.websphere.cache.Cache getCache()
Deprecated.You should use com.ibm.websphere.cache.DynamicCacheAccessorThis 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.DynamicCacheAccessorThis determines if caching is enabled.- Returns:
- true if caching is enabled, false if it is disabled.
-
-