Uses of Interface
org.ehcache.spi.service.ServiceProvider
Packages that use ServiceProvider
-
Uses of ServiceProvider in org.ehcache.spi.service
Methods in org.ehcache.spi.service with parameters of type ServiceProviderModifier and TypeMethodDescriptionvoidService.start(ServiceProvider<Service> serviceProvider) Start this service using the provided configuration andServiceProvider.voidMaintainableService.startForMaintenance(ServiceProvider<? super MaintainableService> serviceProvider, MaintainableService.MaintenanceScope maintenanceScope) Start this service for maintenance, based on its default configuration.