Interface | Description |
---|---|
AsyncCache<K,V> |
AsyncCache.
|
BasicCache<K,V> |
BasicCache provides the common building block for the two different types of caches that Infinispan provides:
embedded and remote.
|
BasicCacheContainer |
BasicCacheContainer defines the methods used to obtain a
BasicCache . |
BatchingCache |
The BatchingCache is implemented by all caches which support batching
|
CacheContainerAdmin<C extends CacheContainerAdmin,A extends BasicConfiguration> |
Administrative cache container operations.
|
Lifecycle |
Lifecycle interface that defines the lifecycle of components
|
TransactionalCache |
This interface is implemented by caches that support (i.e.
|
Enum | Description |
---|---|
CacheContainerAdmin.AdminFlag |
Flags which affect only administrative operations
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.