K - the cache keyV - the cache valuepublic interface CacheFactoryBuilder<K,V extends Identifiable<K>>
CacheFactory service.| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<?> |
build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName name,
BeanContext context,
StatefulTimeoutInfo timeout) |
void |
installDeploymentUnitDependencies(org.jboss.as.controller.capability.CapabilityServiceSupport support,
org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName deploymentUnitServiceName) |
boolean |
supportsPassivation()
Indicates whether or not cache factories built by this object can support passivation.
|
void installDeploymentUnitDependencies(org.jboss.as.controller.capability.CapabilityServiceSupport support,
org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName deploymentUnitServiceName)
org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName name,
BeanContext context,
StatefulTimeoutInfo timeout)
boolean supportsPassivation()
Copyright © 2019 JBoss by Red Hat. All rights reserved.