|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.page.cache.PageCacheConfig
@StableMinor(version="4.1", sinceVersion="4.0") public class PageCacheConfig
Stores information about the caching of a page.
Field Summary | |
---|---|
static int |
MAX_INITIAL_PRIORITY
Maximum priority value for getInitialPriority() . |
static int |
MIN_INITIAL_PRIORITY
Minimum priority value for getInitialPriority() . |
static int |
STATUS_DISABLED
Status that indicates the cache is disabled. |
static int |
STATUS_GENERATING
Status that indicates the cache being generated. |
static int |
STATUS_GENERATING_OUTDATED
Status that indicates the cache is being generated, but the generation result will be outdated, because something changed after the generation started. |
static int |
STATUS_OUTDATED
Status that indicates the cache is outdated. |
static int |
STATUS_OUTDATED_WITH_ERROR
Status that indicates the cache is outdated and has quit generating due to errors. |
static int |
STATUS_UPDATED
Status that indicates the cache is updated. |
Constructor Summary | |
---|---|
PageCacheConfig()
|
Method Summary | |
---|---|
String |
getId()
|
int |
getInitialPriority()
Returns the initial priority value for this page cache. |
String |
getLanguageId()
|
int |
getNumErrors()
Returns the number of consecutive generation errors for this page cache. |
int |
getNumParameters()
Returns the number of parameters that exist in the HTTP request this cache represents. |
String |
getPageId()
|
String |
getPageUrl()
|
int |
getPriority()
Returns the current priority value for this page cache. |
int |
getStatus()
|
boolean |
isNewPage()
|
void |
setId(String id)
|
void |
setInitialPriority(int initialPriority)
Sets the initial priority value for this page cache. |
void |
setLanguageId(String languageId)
|
void |
setNewPage(boolean isNewPage)
|
void |
setPageId(String pageId)
|
void |
setPageUrl(String pageUrl)
|
void |
setStatus(int status)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MIN_INITIAL_PRIORITY
getInitialPriority()
.
public static final int MAX_INITIAL_PRIORITY
getInitialPriority()
.
public static final int STATUS_OUTDATED
public static final int STATUS_GENERATING
public static final int STATUS_GENERATING_OUTDATED
public static final int STATUS_UPDATED
public static final int STATUS_OUTDATED_WITH_ERROR
public static final int STATUS_DISABLED
Constructor Detail |
---|
public PageCacheConfig()
Method Detail |
---|
public String getId()
public void setId(String id)
public String getPageId()
public void setPageId(String pageId)
public String getPageUrl()
public void setPageUrl(String pageUrl)
public String getLanguageId()
public void setLanguageId(String languageId)
public int getStatus()
public void setStatus(int status)
public boolean isNewPage()
public void setNewPage(boolean isNewPage)
public int getInitialPriority()
public void setInitialPriority(int initialPriority)
initialPriority
- the value to set.public int getPriority()
public int getNumParameters()
public int getNumErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |