Class AkavacheBuilderExtensions
Provides extension methods for configuring Akavache to use SQLite-based blob caches.
- Inheritance
-
Akavache
Builder Extensions
Methods
WithSqliteDefaults(IAkavacheBuilder)
Configures default SQLite-based caches for all cache types.
Parameters
builder
IAkavacheBuilder The builder instance.
Returns
- IAkavache
Builder The builder instance for fluent configuration.
WithSqliteProvider(IAkavacheBuilder)
Configures the builder to use the SQLite provider for persistent data storage.
Parameters
builder
IAkavacheBuilder The Akavache builder to configure.
Returns
- IAkavache
Builder The builder instance for fluent configuration.
Exceptions
- Argument
Null Exception Thrown when
builder
is null.