Namespace Couchbase.DataStructures
Classes
PersistentDictionary<TValue>
PersistentList<TValue>
PersistentQueue<TValue>
PersistentSet<TValue>
PersistentStoreBase<TValue>
QueueOptions
Behavior options for the IPersistentQueue<T> implementation.
Interfaces
IPersistentDictionary<TValue>
Represents an IDictionary<TKey, TValue> which is persisted to a backing store.
IPersistentList<T>
Represents an IList<T> which is persisted to a backing store.
IPersistentQueue<T>
Represents a queue which is persisted to a backing store.
IPersistentSet<TValue>
Represents an ISet<T> which is persisted to a backing store.