|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServletCache
This class provides applications with an interface to access a WebSphere Dynamic Servlet Cache, allowing manipulation of the cache.
Method Summary | |
---|---|
void |
invalidateById(java.lang.String key,
boolean waitOnInvalidation)
invalidateById - invalidates the given key. |
Method Detail |
---|
void invalidateById(java.lang.String key, boolean waitOnInvalidation)
key
- the key which will be invalidatedwaitOnInvalidation
- True indicates that this method should
not return until the invalidations have taken effect on all caches.
False indicates that the invalidations will be queued for later
batch processing.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |