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>
ServiceConfiguration for the CacheLoaderWriterProvider.
The CacheLoaderWriterProvider provides write-behind services to a
Cache.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<CacheLoaderWriterProvider>Indicates which service this configuration works with.Methods inherited from interface org.ehcache.spi.service.ServiceConfiguration
build, compatibleWith, derive
-
Method Details
-
getServiceType
Indicates which service this configuration works with.- Specified by:
getServiceTypein interfaceServiceConfiguration<CacheLoaderWriterProvider,R> - Returns:
- the service type
-