Uses of Enum
org.opencms.monitor.CmsMemoryMonitor.CacheType
Packages that use CmsMemoryMonitor.CacheType
-
Uses of CmsMemoryMonitor.CacheType in org.opencms.monitor
Methods in org.opencms.monitor that return CmsMemoryMonitor.CacheTypeModifier 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.Methods in org.opencms.monitor with parameters of type CmsMemoryMonitor.CacheTypeModifier 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.