Package | Description |
---|---|
org.wildfly.swarm.config.infinispan | |
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Method and Description |
---|---|
Cache |
CacheContainer.CacheContainerResources.cache(String key) |
Modifier and Type | Method and Description |
---|---|
List<Cache> |
CacheContainer.CacheContainerResources.caches()
Get the list of Cache resources
|
Modifier and Type | Method and Description |
---|---|
T |
CacheContainer.cache(Cache value)
Add the Cache object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
CacheContainer.caches(List<Cache> value)
Add all Cache objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Cache<T extends Cache<T>>
The configuration of the infinispan subsystem.
|
interface |
CacheConsumer<T extends Cache<T>> |
interface |
CacheSupplier<T extends Cache> |
Modifier and Type | Method and Description |
---|---|
Cache |
CacheSupplier.get()
Constructed instance of Cache resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.