Uses of Interface
com.db4o.cs.caching.ClientSlotCache
-
Packages that use ClientSlotCache Package Description com.db4o.cs.internal.caching com.db4o.cs.internal.objectexchange -
-
Uses of ClientSlotCache in com.db4o.cs.internal.caching
Classes in com.db4o.cs.internal.caching that implement ClientSlotCache Modifier and Type Class Description class
ClientSlotCacheImpl
class
NullClientSlotCache
-
Uses of ClientSlotCache in com.db4o.cs.internal.objectexchange
Methods in com.db4o.cs.internal.objectexchange with parameters of type ClientSlotCache Modifier and Type Method Description FixedSizeIntIterator4
DeferredObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
FixedSizeIntIterator4
EagerObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
FixedSizeIntIterator4
ObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
Constructors in com.db4o.cs.internal.objectexchange with parameters of type ClientSlotCache Constructor Description CacheContributingObjectReader(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
-