Uses of Enum
org.opencms.monitor.CmsMemoryMonitor.CacheType
-
Uses of CmsMemoryMonitor.CacheType in org.opencms.monitor
Modifier and TypeMethodDescriptionstatic CmsMemoryMonitor.CacheType
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 TypeMethodDescriptionvoid
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.