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 void
add(Transaction transaction, int id, ByteArrayBuffer slot)
ByteArrayBuffer
get(Transaction transaction, int id)
-
-
-
Method Detail
-
add
void add(Transaction transaction, int id, ByteArrayBuffer slot)
-
get
ByteArrayBuffer get(Transaction transaction, int id)
-
-