Uses of Enum Class
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.CacheTypeReturns the enum constant of this class with the specified name.static CmsMemoryMonitor.CacheType[]CmsMemoryMonitor.CacheType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencms.monitor with parameters of type CmsMemoryMonitor.CacheTypeModifier and TypeMethodDescriptionvoidCmsMemoryMonitor.disableCache(CmsMemoryMonitor.CacheType... types) Disables the given cache.voidCmsMemoryMonitor.enableCache(CmsMemoryMonitor.CacheType... types) Enables the given cache.voidCmsMemoryMonitor.flushCache(CmsMemoryMonitor.CacheType... types) Flushes the given cache.booleanCmsMemoryMonitor.isEnabled(CmsMemoryMonitor.CacheType type) Checks if the given cache is enabled.