Interface CacheManagerServiceConfigurationParser<T extends org.ehcache.spi.service.Service,C extends org.ehcache.spi.service.ServiceCreationConfiguration<T,?>>

All Superinterfaces:
Parser<C>

public interface CacheManagerServiceConfigurationParser<T extends org.ehcache.spi.service.Service,C extends org.ehcache.spi.service.ServiceCreationConfiguration<T,?>> extends Parser<C>
  • Method Details

    • getServiceType

      Class<T> getServiceType()