ReactiveMarbles.CacheDatabase.Core namespace¶
Part of the ReactiveMarbles.CacheDatabase.Core package.
| Type | Kind | Summary |
|---|---|---|
| CoreRegistrations | class | Registrations needed for running the application. |
| ExceptionHelpers | class | Exception helpers for implementers of the class. |
| HttpExtensions | class | Extension methods for handling http operations. |
| HttpService | class | A default http service. |
| IBlobCache | interface | IBlobCache is the core database interface, it is an interface describing an asynchronous persistent key-value store. |
| IHttpService | interface | A interface that represents a service for providing HTTP functionality. |
| ISecureBlobCache | interface | This 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. |
| ISerializer | interface | Determines how to serialize to and from a byte. |
| LoginExtensions | class | Extension methods handling login use cases. |
| LoginInfo | class | Stored login information for a user. |
| RelativeTimeExtensions | class | A set of extension methods that assist with setting expiration times based on increments from the current time. |
| SerializerExtensions | class | Extension methods associated with the serializer. |