Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Method | Description |
---|---|---|
default AsyncNamedCache<K,V> |
NamedCache.async()
Return an asynchronous wrapper for this NamedCache.
|
|
default AsyncNamedCache<K,V> |
NamedCache.async(AsyncNamedCache.Option... options)
Return an asynchronous wrapper for this NamedCache.
|