Package org.ehcache.spi.service
Service SPI related in Ehcache.-
Interface Summary Interface Description MaintainableService Serviceinterface that indicates that implementing services participate inMAINTENANCEmode.Service A life-cycled service that supports cache functionality.ServiceConfiguration<T extends Service,R> A configuration type to be used when interacting with aService.ServiceCreationConfiguration<T extends Service,R> A configuration type used when creating aService.ServiceProvider<T extends Service> A repository ofServiceinstances that can be used to look them up by type. -
Enum Summary Enum Description MaintainableService.MaintenanceScope Defines Maintenance scope -
Annotation Types Summary Annotation Type Description OptionalServiceDependencies Annotation that allows aServiceimplementation to declare an optional dependency on otherServices.PluralService Indicates that aServicesubtype is permitted to have more than one concrete implementation registered with aServiceProvider.ServiceDependencies Annotation that allows aServiceimplementation to declare a dependency on otherServices.