public class ClientSlotCacheImpl extends java.lang.Object implements ClientSlotCache
| Constructor and Description |
|---|
ClientSlotCacheImpl(ClientObjectContainer clientObjectContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Transaction provider,
int id,
ByteArrayBuffer slot) |
ByteArrayBuffer |
get(Transaction provider,
int id) |
public ClientSlotCacheImpl(ClientObjectContainer clientObjectContainer)
public void add(Transaction provider, int id, ByteArrayBuffer slot)
add in interface ClientSlotCachepublic ByteArrayBuffer get(Transaction provider, int id)
get in interface ClientSlotCache