Uses of Interface
org.ehcache.spi.service.ServiceProvider
-
Packages that use ServiceProvider Package Description org.ehcache.spi.service ServiceSPI related in Ehcache. -
-
Uses of ServiceProvider in org.ehcache.spi.service
Methods in org.ehcache.spi.service with parameters of type ServiceProvider Modifier and Type Method Description voidService. 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.
-