Package | Description |
---|---|
org.wildfly.swarm.config.infinispan | |
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Method and Description |
---|---|
LocalCache |
CacheContainer.CacheContainerResources.localCache(String key) |
Modifier and Type | Method and Description |
---|---|
List<LocalCache> |
CacheContainer.CacheContainerResources.localCaches()
Get the list of LocalCache resources
|
Modifier and Type | Method and Description |
---|---|
T |
CacheContainer.localCache(LocalCache value)
Add the LocalCache object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
CacheContainer.localCaches(List<LocalCache> value)
Add all LocalCache objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
LocalCache<T extends LocalCache<T>>
A local cache configuration
|
interface |
LocalCacheConsumer<T extends LocalCache<T>> |
interface |
LocalCacheSupplier<T extends LocalCache> |
Modifier and Type | Method and Description |
---|---|
LocalCache |
LocalCacheSupplier.get()
Constructed instance of LocalCache resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.