IAkavacheInstance interface¶
Defined in
Namespace: Akavache.Reactive
Assembly: Akavache.Reactive.dll
Full name: Akavache.Reactive.IAkavacheInstance
Modifiers: public abstract
Summary¶
Represents a configured Akavache instance with access to all cache types and configuration.
Applies to
net10.0, net10.0-maccatalyst26.0, net10.0-desktop1.0, net10.0-browserwasm1.0, net10.0-tvos26.0, net10.0-windows10.0.19041, net10.0-macos26.0, net10.0-ios26.0, net10.0-android36.0, net9.0, net9.0-tvos18.0, net9.0-macos15.0, net9.0-maccatalyst18.0, net9.0-windows10.0.19041, net9.0-ios18.0, net9.0-desktop1.0, net8.0, net8.0-windows10.0.19041, 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.5, netstandard2.1, net481, net462, net471
Properties¶
| Name | Summary |
|---|---|
| ExecutingAssembly | Gets the executing assembly. |
| ApplicationName | Gets the application name used for cache directory paths. |
| ApplicationRootPath | Gets the application root path. |
| SettingsCachePath | Gets or sets the settings cache path. |
| ExecutingAssemblyName | Gets the short name of the executing assembly. |
| Version | Gets the parsed AssemblyFileVersionAttribute of the executing assembly. |
| InMemory | Gets the InMemory cache instance for temporary data storage. |
| LocalMachine | Gets the LocalMachine cache instance for persistent but temporary data. |
| Secure | Gets the Secure cache instance for encrypted data storage. |
| UserAccount | Gets the UserAccount cache instance for user-specific persistent data. |
| Serializer | Gets the serializer used for object serialization and deserialization. |
| ForcedDateTimeKind | Gets or sets the forced DateTime kind for DateTime serialization. When set, all DateTime values will be converted to this kind during cache operations. |
| SerializerTypeName | Gets the name of the serializer type. |
| BlobCaches | Gets the per-instance registry of named blob caches — this is where SettingsBase looks up its backing cache and where settings-store builder extensions write new caches. Instance-scoped so... |
| SettingsStores | Gets the per-instance registry of named settings stores — the typed [ISettingsStorage](# wrappers created by WithSettingsStore and... |
Extension members¶
AkavacheBuilderExtensions.GetIsolatedCacheDirectoryAkavacheBuilderExtensions.GetLegacyCacheDirectoryAkavacheBuilderAsyncExtensions.DeleteSettingsStoreAsyncAkavacheBuilderAsyncExtensions.DeleteSettingsStoreAsyncAkavacheBuilderAsyncExtensions.DisposeSettingsStoreAsyncAkavacheBuilderAsyncExtensions.DisposeSettingsStoreAsyncAkavacheBuilderExtensions.DeleteSettingsStoreAkavacheBuilderExtensions.DeleteSettingsStoreAkavacheBuilderExtensions.GetLoadedSettingsStoreAkavacheBuilderExtensions.GetLoadedSettingsStoreAkavacheBuilderExtensions.DisposeSettingsStoreAkavacheBuilderExtensions.DisposeSettingsStoreAkavacheBuilderExtensions.GetSecureSettingsStoreAkavacheBuilderExtensions.GetSecureSettingsStoreAkavacheBuilderExtensions.GetSecureSettingsStoreAkavacheBuilderExtensions.GetSettingsStoreAkavacheBuilderExtensions.GetSettingsStoreAkavacheBuilderExtensions.GetSettingsStoreAkavacheBuilderExtensions.GetSettingsStoreAkavacheBuilderExtensions.GetSettingsStore