| Package | Description |
|---|---|
| org.opencms.monitor |
Contains functions to monitor the OpenCms system status.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsMemoryMonitor.CacheType |
CmsMemoryMonitor.CacheType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsMemoryMonitor.CacheType[] |
CmsMemoryMonitor.CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsMemoryMonitor.disableCache(CmsMemoryMonitor.CacheType... types)
Disables the given cache.
|
void |
CmsMemoryMonitor.enableCache(CmsMemoryMonitor.CacheType... types)
Enables the given cache.
|
void |
CmsMemoryMonitor.flushCache(CmsMemoryMonitor.CacheType... types)
Flushes the given cache.
|
boolean |
CmsMemoryMonitor.isEnabled(CmsMemoryMonitor.CacheType type)
Checks if the given cache is enabled.
|