|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMBeanHelper
com.pega.pegarules.management.DictionaryCache
public class DictionaryCache
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Constructor Summary | |
---|---|
DictionaryCache()
|
Method Summary | |
---|---|
java.lang.String |
ClearConclusionCacheInDatabase()
This method invalidates the data in the Conclusion Cache stored in the database. |
java.lang.String |
ClearConclusionCacheInMemory()
This method invalidates the data in the Conclusion Cache in memory. |
java.lang.String |
ClearPropertyDefinitionCache()
This method invalidates the data in the Property Definition cache, so that the next time any Property Definitions are requested by the system, they will be retrieved from the database and re-cached. |
java.lang.String |
ConclusionCacheInDatabaseReport()
This method downloads information about the Conclusion cache data stored in the database to a comma-delimited CSV file, and provides a link to access that data. |
java.lang.String |
ConclusionCacheInMemoryReport()
A conclusion is an instance of a Java object that was generated, instantiated, and then persisted to the database for future use. |
java.lang.String |
getCategory()
|
java.lang.String |
getMajorVersion()
|
java.lang.String |
getMinorVersion()
|
java.lang.String |
getName()
|
java.lang.String |
PropertyDefinitionCacheReport()
This method downloads data about the Property Definition cache to a comma-delimited CSV file, and provides a link to access that data. |
void |
setCategory(java.lang.String aCategory)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
Constructor Detail |
---|
public DictionaryCache()
Method Detail |
---|
public java.lang.String getCategory()
public void setCategory(java.lang.String aCategory)
public java.lang.String getName()
public java.lang.String getMajorVersion()
public java.lang.String getMinorVersion()
public java.lang.String PropertyDefinitionCacheReport()
public java.lang.String ClearPropertyDefinitionCache()
public java.lang.String ConclusionCacheInMemoryReport()
public java.lang.String ClearConclusionCacheInMemory()
public java.lang.String ConclusionCacheInDatabaseReport()
public java.lang.String ClearConclusionCacheInDatabase()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |