public class CacheService<K,V> extends Object implements org.jboss.msc.service.Service<org.infinispan.Cache<K,V>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CacheService.Dependencies |
| Constructor and Description |
|---|
CacheService(String name,
CacheService.Dependencies dependencies) |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
getServiceName(String container,
String cache) |
org.infinispan.Cache<K,V> |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public CacheService(String name, CacheService.Dependencies dependencies)
Copyright © 2014 JBoss by Red Hat. All rights reserved.