AkavacheDriver class¶
Attributes: [RequiresUnreferencedCode("Registrations for Akavache.Mobile")] [RequiresDynamicCode("Registrations for Akavache.Mobile")]
Defined in
Namespace: Akavache.Mobile
Assembly: Akavache.Mobile.dll
Full name: Akavache.Mobile.AkavacheDriver
Modifiers: public
Summary¶
The main driver for a mobile application. Used primary by the ReactiveUI project.
Applies to
net9.0, net9.0-maccatalyst18.0, net9.0-macos15.0, net9.0-tvos18.0, net9.0-android35.0, net9.0-ios18.0, net8.0, net8.0-android34.0, net8.0-macos14.5, net8.0-ios18.0, net8.0-maccatalyst18.0, net8.0-macos15.0, net8.0-tvos18.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-tvos17.2, netstandard2.1, netstandard2.0
Class hierarchy
classDiagram
class AkavacheDriver
class ISuspensionDriver {
<>
}
ISuspensionDriver <|.. AkavacheDriver
class IEnableLogger {
<>
}
IEnableLogger <|.. AkavacheDriver
Implements: ISuspensionDriver, IEnableLogger
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| LoadState | Loads the application state from persistent storage. |
| SaveState | |
| InvalidateState | Invalidates the persisted application state (for example, by deleting it from disk). |