| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.cache.impl | |
| org.infinispan.expiration.impl | |
| org.infinispan.security.impl |
| Modifier and Type | Method and Description |
|---|---|
ExpirationManager<K,V> |
AdvancedCache.getExpirationManager() |
| Modifier and Type | Method and Description |
|---|---|
ExpirationManager<K,V> |
AbstractDelegatingAdvancedCache.getExpirationManager() |
ExpirationManager<K,V> |
CacheImpl.getExpirationManager() |
ExpirationManager<K,V> |
SimpleCacheImpl.getExpirationManager() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalExpirationManager<K,V>
Interface describing the internal operations for the the ExpirationManager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterExpirationManager<K,V>
Allows for cluster based expirations to occur.
|
class |
ExpirationManagerImpl<K,V> |
class |
TxClusterExpirationManager<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ExpirationManager<K,V> |
SecureCacheImpl.getExpirationManager() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.