Package com.db4o.cs.internal.caching
Class NullClientSlotCache
- java.lang.Object
- 
- com.db4o.cs.internal.caching.NullClientSlotCache
 
- 
- All Implemented Interfaces:
- ClientSlotCache
 
 public class NullClientSlotCache extends java.lang.Object implements ClientSlotCache 
- 
- 
Constructor SummaryConstructors Constructor Description NullClientSlotCache()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Transaction transaction, int id, ByteArrayBuffer slot)ByteArrayBufferget(Transaction transaction, int id)
 
- 
- 
- 
Method Detail- 
addpublic void add(Transaction transaction, int id, ByteArrayBuffer slot) - Specified by:
- addin interface- ClientSlotCache
 
 - 
getpublic ByteArrayBuffer get(Transaction transaction, int id) - Specified by:
- getin interface- ClientSlotCache
 
 
- 
 
-