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