Uses of Interface
org.ehcache.spi.service.MaintainableService
-
Packages that use MaintainableService Package Description org.ehcache.spi.persistence PersistableResourceServiceand other persistence related SPI.org.ehcache.spi.service ServiceSPI related in Ehcache. -
-
Uses of MaintainableService in org.ehcache.spi.persistence
Subinterfaces of MaintainableService in org.ehcache.spi.persistence Modifier and Type Interface Description interfacePersistableResourceService -
Uses of MaintainableService in org.ehcache.spi.service
Method parameters in org.ehcache.spi.service with type arguments of type MaintainableService Modifier and Type Method Description voidMaintainableService. startForMaintenance(ServiceProvider<? super MaintainableService> serviceProvider, MaintainableService.MaintenanceScope maintenanceScope)Start this service for maintenance, based on its default configuration.
-