|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.slide.common.CacheInfoToken
Caching strategy token class.
Constructor Summary | |
CacheInfoToken()
Constructor. |
|
CacheInfoToken(java.lang.String strategy)
Constructor. |
Method Summary | |
int |
getSearchDepth()
Returns the searchDepth. |
java.lang.String |
getStrategy()
Returns the strategy. |
boolean |
isFlushOnCommandDone()
Returns the searchDepth. |
void |
setFlushOnCommandDone(boolean flushOnCommandDone)
set the flushOnCommandDone |
void |
setSearchDepth(int searchDepth)
set the searchDepth |
void |
setStrategy(java.lang.String strategy)
set the strategy |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public CacheInfoToken(java.lang.String strategy)
strategy
- describes the preferred strategypublic CacheInfoToken()
Method Detail |
public java.lang.String getStrategy()
public void setStrategy(java.lang.String strategy)
public int getSearchDepth()
public void setSearchDepth(int searchDepth)
public boolean isFlushOnCommandDone()
public void setFlushOnCommandDone(boolean flushOnCommandDone)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |