public class CacheContainer.CacheContainerResources extends Object
| Constructor and Description |
|---|
CacheContainerResources() |
| Modifier and Type | Method and Description |
|---|---|
List<DistributedCache> |
distributedCaches()
Get the list of org.wildfly.swarm.config.infinispan.cache_container.DistributedCache resources
|
List<InvalidationCache> |
invalidationCaches()
Get the list of org.wildfly.swarm.config.infinispan.cache_container.InvalidationCache resources
|
List<LocalCache> |
localCaches()
Get the list of org.wildfly.swarm.config.infinispan.cache_container.LocalCache resources
|
List<ReplicatedCache> |
replicatedCaches()
Get the list of org.wildfly.swarm.config.infinispan.cache_container.ReplicatedCache resources
|
public List<InvalidationCache> invalidationCaches()
public List<LocalCache> localCaches()
public List<ReplicatedCache> replicatedCaches()
public List<DistributedCache> distributedCaches()
Copyright © 2015 JBoss by Red Hat. All rights reserved.