Package | Description |
---|---|
org.wildfly.swarm.config.infinispan | |
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Method and Description |
---|---|
InvalidationCache |
CacheContainer.CacheContainerResources.invalidationCache(String key) |
Modifier and Type | Method and Description |
---|---|
List<InvalidationCache> |
CacheContainer.CacheContainerResources.invalidationCaches()
Get the list of InvalidationCache resources
|
Modifier and Type | Method and Description |
---|---|
T |
CacheContainer.invalidationCache(InvalidationCache value)
Add the InvalidationCache object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
CacheContainer.invalidationCaches(List<InvalidationCache> value)
Add all InvalidationCache objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidationCache<T extends InvalidationCache<T>>
An invalidation cache
|
interface |
InvalidationCacheConsumer<T extends InvalidationCache<T>> |
interface |
InvalidationCacheSupplier<T extends InvalidationCache> |
Modifier and Type | Method and Description |
---|---|
InvalidationCache |
InvalidationCacheSupplier.get()
Constructed instance of InvalidationCache resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.