Package com.db4o.cs.caching
Interface ClientSlotCache
-
- All Known Implementing Classes:
ClientSlotCacheImpl,NullClientSlotCache
public interface ClientSlotCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Transaction transaction, int id, ByteArrayBuffer slot)ByteArrayBufferget(Transaction transaction, int id)
-
-
-
Method Detail
-
add
void add(Transaction transaction, int id, ByteArrayBuffer slot)
-
get
ByteArrayBuffer get(Transaction transaction, int id)
-
-