Uses of Enum
org.ehcache.spi.service.MaintainableService.MaintenanceScope
Packages that use MaintainableService.MaintenanceScope
-
Uses of MaintainableService.MaintenanceScope in org.ehcache.spi.service
Methods in org.ehcache.spi.service that return MaintainableService.MaintenanceScopeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MaintainableService.MaintenanceScope[]MaintainableService.MaintenanceScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehcache.spi.service with parameters of type MaintainableService.MaintenanceScopeModifier and TypeMethodDescriptionvoidMaintainableService.startForMaintenance(ServiceProvider<? super MaintainableService> serviceProvider, MaintainableService.MaintenanceScope maintenanceScope) Start this service for maintenance, based on its default configuration.