@Deprecated
public interface SizeOfEngineProvider
extends org.ehcache.spi.service.Service
Service responsible for providing SizeOfEngine.| Modifier and Type | Method and Description |
|---|---|
SizeOfEngine |
createSizeOfEngine(org.ehcache.config.ResourceUnit resourceUnit,
org.ehcache.spi.service.ServiceConfiguration<?,?>... serviceConfigs)
Deprecated.
Creates a
SizeOfEngine which will size objects. |
SizeOfEngine createSizeOfEngine(org.ehcache.config.ResourceUnit resourceUnit, org.ehcache.spi.service.ServiceConfiguration<?,?>... serviceConfigs)
SizeOfEngine which will size objects.
Implementations may have configuration options that will be expressed as ServiceConfiguration and used
to specify behavior of the returned engine.
resourceUnit - type of the unit used to size the storeserviceConfigs - Array of ServiceConfigurationsSizeOfEngine instance