|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQSYSCacheManager
Interface for QSYS caching.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
String |
getConnectionName()
Returns the hostname this cache instance is being used for. |
boolean |
isCachingDisabled()
Check if caching has been disabled. |
boolean |
isCheckCacheFirst()
Check if the communciations layer should check the local cache first for the requested information before retreiving it from the remote host. |
void |
setCachingDisabled(boolean state)
Disable caching for this cache manager. |
void |
setCheckCacheFirst(boolean checkCacheFirst)
Set whether or not the communications layer should check the local cache first for the requested informatoin before retreiving it from the remote host. |
Field Detail |
---|
static final String copyright
Method Detail |
---|
String getConnectionName()
boolean isCachingDisabled()
boolean isCheckCacheFirst()
void setCheckCacheFirst(boolean checkCacheFirst)
void setCachingDisabled(boolean state)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |