| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.cache.impl | |
| org.infinispan.client.hotrod |
Hot Rod client API.
|
| org.infinispan.security |
Security API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available on
Cache. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingAdvancedCache<K,V>
Similar to
AbstractDelegatingCache, but for AdvancedCache. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteCache<K,V>
Provides remote reference to a Hot Rod server/cluster.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SecureCache<K,V>
SecureCache.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.