Package org.ehcache.spi.loaderwriter
Interface CacheLoaderWriterConfiguration<R>
-
- Type Parameters:
R- representation type
- All Superinterfaces:
ServiceConfiguration<CacheLoaderWriterProvider,R>
public interface CacheLoaderWriterConfiguration<R> extends ServiceConfiguration<CacheLoaderWriterProvider,R>
ServiceConfigurationfor theCacheLoaderWriterProvider.The
CacheLoaderWriterProviderprovides write-behind services to aCache.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.Class<CacheLoaderWriterProvider>getServiceType()Indicates which service this configuration works with.-
Methods inherited from interface org.ehcache.spi.service.ServiceConfiguration
build, compatibleWith, derive
-
-
-
-
Method Detail
-
getServiceType
default java.lang.Class<CacheLoaderWriterProvider> getServiceType()
Indicates which service this configuration works with.- Specified by:
getServiceTypein interfaceServiceConfiguration<CacheLoaderWriterProvider,R>- Returns:
- the service type
-
-