Skip to content

ReactiveMarbles.CacheDatabase.Core namespace

Part of the ReactiveMarbles.CacheDatabase.Core package.

TypeKindSummary
CoreRegistrationsclassRegistrations needed for running the application.
ExceptionHelpersclassException helpers for implementers of the class.
HttpExtensionsclassExtension methods for handling http operations.
HttpServiceclassA default http service.
IBlobCacheinterfaceIBlobCache is the core database interface, it is an interface describing an asynchronous persistent key-value store.
IHttpServiceinterfaceA interface that represents a service for providing HTTP functionality.
ISecureBlobCacheinterfaceThis interface indicates that the underlying BlobCache implementation encrypts or otherwise secures its persisted content. By implementing this interface, you must guarantee that the data saved to disk cannot be easily read by a third party.
ISerializerinterfaceDetermines how to serialize to and from a byte.
LoginExtensionsclassExtension methods handling login use cases.
LoginInfoclassStored login information for a user.
RelativeTimeExtensionsclassA set of extension methods that assist with setting expiration times based on increments from the current time.
SerializerExtensionsclassExtension methods associated with the serializer.