Uses of Interface
org.ehcache.spi.service.Service
Packages that use Service
Package
Description
Copier SPI in Ehcache.CacheLoaderWriter SPI for a Cache.PersistableResourceService and other persistence
related SPI.ResilienceStrategy API of a Cache.Serializer SPI in Ehcache.Service SPI related in Ehcache.-
Uses of Service in org.ehcache.spi.copy
Subinterfaces of Service in org.ehcache.spi.copyModifier and TypeInterfaceDescriptioninterface -
Uses of Service in org.ehcache.spi.loaderwriter
Subinterfaces of Service in org.ehcache.spi.loaderwriterModifier and TypeInterfaceDescriptioninterfaceAServicethat createsCacheLoaderWriterinstances.interfaceAServicethat provides write-behind functionality. -
Uses of Service in org.ehcache.spi.persistence
Subinterfaces of Service in org.ehcache.spi.persistenceModifier and TypeInterfaceDescriptioninterface -
Uses of Service in org.ehcache.spi.resilience
Subinterfaces of Service in org.ehcache.spi.resilienceModifier and TypeInterfaceDescriptioninterfaceAServicethat createsResilienceStrategyinstances. -
Uses of Service in org.ehcache.spi.serialization
Subinterfaces of Service in org.ehcache.spi.serialization -
Uses of Service in org.ehcache.spi.service
Classes in org.ehcache.spi.service with type parameters of type ServiceModifier and TypeInterfaceDescriptioninterfaceServiceConfiguration<T extends Service,R> A configuration type to be used when interacting with aService.interfaceServiceCreationConfiguration<T extends Service,R> A configuration type used when creating aService.interfaceServiceProvider<T extends Service>A repository ofServiceinstances that can be used to look them up by type.Subinterfaces of Service in org.ehcache.spi.serviceModifier and TypeInterfaceDescriptioninterfaceServiceinterface that indicates that implementing services participate inMAINTENANCEmode.Method parameters in org.ehcache.spi.service with type arguments of type ServiceModifier and TypeMethodDescriptionvoidService.start(ServiceProvider<Service> serviceProvider) Start this service using the provided configuration andServiceProvider.