|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.cache.DynamicCacheAccessor
This class provides applications with access to the Dynamic Cache, allowing programmatic inspection and manipulation of WebSphere's cache.
Constructor Summary | |
---|---|
DynamicCacheAccessor()
|
Method Summary | |
---|---|
static Cache |
getCache()
Deprecated. Use DistributedMap to store and manage objects in cache. DynamicCacheAccessor#getDistributedMap will return a DistributedMap for accessing base cache. |
static DistributedMap |
getDistributedMap()
This method will return a DistributedMap reference to the dynamic cache. |
static boolean |
isCachingEnabled()
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 |
public DynamicCacheAccessor()
Method Detail |
public static Cache getCache()
getDistributedMap()
,
DistributedMap
public static boolean isCachingEnabled()
public static DistributedMap getDistributedMap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |