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.cachingClasses in com.db4o.cs.internal.caching that implement ClientSlotCache Modifier and Type Class Description classClientSlotCacheImplclassNullClientSlotCache
- 
Uses of ClientSlotCache in com.db4o.cs.internal.objectexchangeMethods in com.db4o.cs.internal.objectexchange with parameters of type ClientSlotCache Modifier and Type Method Description FixedSizeIntIterator4DeferredObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)FixedSizeIntIterator4EagerObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)FixedSizeIntIterator4ObjectExchangeStrategy. 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)
 
-