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 Summary
Constructors Constructor Description NullClientSlotCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Transaction transaction, int id, ByteArrayBuffer slot)
ByteArrayBuffer
get(Transaction transaction, int id)
-
-
-
Method Detail
-
add
public void add(Transaction transaction, int id, ByteArrayBuffer slot)
- Specified by:
add
in interfaceClientSlotCache
-
get
public ByteArrayBuffer get(Transaction transaction, int id)
- Specified by:
get
in interfaceClientSlotCache
-
-