Package com.ibm.websphere.servlet.cache
Class DynamicCacheAccessor
java.lang.Object
com.ibm.websphere.servlet.cache.DynamicCacheAccessor
Deprecated.
You should use com.ibm.websphere.cache.DynamicCacheAccessor
- See Also:
- 
- DynamicCacheAccessor
 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic com.ibm.websphere.cache.CachegetCache()Deprecated.You should use com.ibm.websphere.cache.DynamicCacheAccessorstatic booleanDeprecated.You should use com.ibm.websphere.cache.DynamicCacheAccessor
- 
Constructor Details- 
DynamicCacheAccessorpublic DynamicCacheAccessor()Deprecated.
 
- 
- 
Method Details- 
getCachepublic 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
 
- 
isCachingEnabledpublic 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.
 
 
-