Package org.ehcache.spi.service
package org.ehcache.spi.service
Service SPI related in Ehcache.-
ClassDescription
Serviceinterface that indicates that implementing services participate inMAINTENANCEmode.Defines Maintenance scopeAnnotation that allows aServiceimplementation to declare an optional dependency on otherServices.Indicates that aServicesubtype is permitted to have more than one concrete implementation registered with aServiceProvider.A life-cycled service that supports cache functionality.A configuration type to be used when interacting with aService.A configuration type used when creating aService.Annotation that allows aServiceimplementation to declare a dependency on otherServices.ServiceProvider<T extends Service>A repository ofServiceinstances that can be used to look them up by type.