R
- representation typepublic interface CacheLoaderWriterConfiguration<R> extends ServiceConfiguration<CacheLoaderWriterProvider,R>
ServiceConfiguration
for the CacheLoaderWriterProvider
.
The CacheLoaderWriterProvider
provides write-behind services to a
Cache
.
Modifier and Type | Method and Description |
---|---|
default java.lang.Class<CacheLoaderWriterProvider> |
getServiceType()
Indicates which service this configuration works with.
|
build, compatibleWith, derive
default java.lang.Class<CacheLoaderWriterProvider> getServiceType()
getServiceType
in interface ServiceConfiguration<CacheLoaderWriterProvider,R>