},System.Nullable{System.DateTimeOffset})} )} },System.Type,System.Nullable{System.DateTimeOffset})} )}
SqliteBlobCache.Insert(IEnumerable>, DateTimeOffset?) method¶
Defined in
Type: SqliteBlobCache
Namespace: Akavache.Sqlite3
Assembly: Akavache.Sqlite3.dll
Applies to
net10.0, net10.0-tvos26.0, net10.0-maccatalyst26.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net10.0-macos26.0, net10.0-windows10.0.19041, net10.0-ios26.0, net10.0-android36.0, net9.0, net9.0-windows10.0.19041, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-macos14.2, net8.0-maccatalyst17.5, net8.0-ios17.5, net8.0-tvos17.2, net8.0-windows10.0.19041, net8.0-macos14.5, netstandard2.1, net481, net462, net471
Overloads¶
- 1.
public IObservable<Unit> Insert(IEnumerable<KeyValuePair<string, byte[]>> keyValuePairs, DateTimeOffset? absoluteExpiration = null) - 2.
public IObservable<Unit> Insert(string key, byte[] data, DateTimeOffset? absoluteExpiration = null) - 3.
public IObservable<Unit> Insert(IEnumerable<KeyValuePair<string, byte[]>> keyValuePairs, Type type, DateTimeOffset? absoluteExpiration = null) - 4.
public IObservable<Unit> Insert(string key, byte[] data, Type type, DateTimeOffset? absoluteExpiration = null)
1. Overload¶
public IObservable<Unit> Insert(IEnumerable<KeyValuePair<string, byte[]>> keyValuePairs, DateTimeOffset? absoluteExpiration = null)
Inherited documentation
These docs were inherited from IBlobCache. The member doesn't override them on this type.
Summary: Inserts the specified key/value pairs into the blob.
Parameters
| Name | Type | Description |
|---|---|---|
keyValuePairs | IEnumerable | The key/value to insert. |
absoluteExpiration = null | DateTimeOffset? | An optional expiration date. |
Returns: IObservable
2. Overload¶
public IObservable<Unit> Insert(string key, byte[] data, DateTimeOffset? absoluteExpiration = null)
Inherited documentation
These docs were inherited from IBlobCache. The member doesn't override them on this type.
Summary: Insert a blob into the cache with the specified key and expiration date.
Parameters
| Name | Type | Description |
|---|---|---|
key | string | The key to use for the data. |
data | byte[] | The data to save in the cache. |
absoluteExpiration = null | DateTimeOffset? | An optional expiration date. After the specified date, the key-value pair should be removed. |
Returns: IObservable
3. Overload¶
public IObservable<Unit> Insert(IEnumerable<KeyValuePair<string, byte[]>> keyValuePairs, Type type, DateTimeOffset? absoluteExpiration = null)
Inherited documentation
These docs were inherited from IBlobCache. The member doesn't override them on this type.
Summary: Inserts the specified key/value pairs into the blob.
Parameters
| Name | Type | Description |
|---|---|---|
keyValuePairs | IEnumerable | The key/value to insert. |
type | Type | The type. |
absoluteExpiration = null | DateTimeOffset? | An optional expiration date. |
Returns: IObservable
4. Overload¶
public IObservable<Unit> Insert(string key, byte[] data, Type type, DateTimeOffset? absoluteExpiration = null)
Inherited documentation
These docs were inherited from IBlobCache. The member doesn't override them on this type.
Summary: Insert a blob into the cache with the specified key and expiration date.
Parameters
| Name | Type | Description |
|---|---|---|
key | string | The key to use for the data. |
data | byte[] | The data to save in the cache. |
type | Type | The type. |
absoluteExpiration = null | DateTimeOffset? | An optional expiration date. After the specified date, the key-value pair should be removed. |
Returns: IObservable