com.pega.pegarules.management
Class DictionaryCache

java.lang.Object
  extended by MBeanHelper
      extended by com.pega.pegarules.management.DictionaryCache

public class DictionaryCache
extends MBeanHelper


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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Constructor Detail

DictionaryCache

public DictionaryCache()
Method Detail

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String aCategory)

getName

public java.lang.String getName()

getMajorVersion

public java.lang.String getMajorVersion()

getMinorVersion

public java.lang.String getMinorVersion()

PropertyDefinitionCacheReport

public 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.

Since:
PRPC v5.1

ClearPropertyDefinitionCache

public 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.

Since:
PRPC v5.1

ConclusionCacheInMemoryReport

public 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. Unlike other caches, Conclusions are not only stored in memory, but also stored in the database. This method downloads data about the Conclusion cache in memory to a comma-delimited CSV file, and provides a link to access that data.

Since:
PRPC v5.1

ClearConclusionCacheInMemory

public java.lang.String ClearConclusionCacheInMemory()
This method invalidates the data in the Conclusion Cache in memory. The next time the data in any conclusions are requested by the system, it will be retrieved from the database and re-cached.

Since:
PRPC v5.1

ConclusionCacheInDatabaseReport

public 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.

Since:
PRPC v5.1

ClearConclusionCacheInDatabase

public java.lang.String ClearConclusionCacheInDatabase()
This method invalidates the data in the Conclusion Cache stored in the database. The next time the data in any conclusions are requested by the system, it will be retrieved from the individual database records and re-cached.

Since:
PRPC v5.1